|
||||||||||
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
jdsl.core.api.CoreException
jdsl.core.ref.AssertionException
This exception indicates that an internal check has failed. A correctly functioning program will never cause this to be thrown.
Constructor Summary | |
AssertionException()
Deprecated. |
|
AssertionException(String message)
Deprecated. |
|
AssertionException(String message,
Throwable cause)
Deprecated. |
|
AssertionException(Throwable cause)
Deprecated. |
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 AssertionException()
public AssertionException(String message)
public AssertionException(String message, Throwable cause)
public AssertionException(Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |