|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javasimon.SimonException
public final class SimonException
SimonException is runtime exception thrown in case something goes seriously wrong (class cast or similar).
| Constructor Summary | |
|---|---|
SimonException(String message)
Creates SimonException with the message. |
|
SimonException(String message,
Throwable cause)
Creates SimonException with the message and the chained exception causing this excaption. |
|
SimonException(Throwable cause)
Creates SimonException with the chained exception causing this excaption. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimonException(String message)
message - exception message
public SimonException(String message,
Throwable cause)
message - exception messagecause - chained exceptionpublic SimonException(Throwable cause)
cause - chained exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||