|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--org.jsesoft.jse.AssertionError
Error thrown when false assertion detected.
Summary:
An AssertionError
is thrown by the assert
function
if the assertion check fails.
Description:
The AssertionError
is the kind of error used to propagate
failed assertion checks. Since failing assertions usually indicate severe
programming error, they are usually not caught, but lead directly to program
termination. The bug causing the assertion error is to be fixed, As soon as
possible.
Usage:
Not used explicitely.
Assert
,
Serialized FormMethods 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 |
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |