Package org.mozilla.jss.util
Class AssertionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mozilla.jss.util.AssertionException
- All Implemented Interfaces:
Serializable
Assertion exceptions are thrown when assertion code is invoked
and fails to operate properly. They subclass Error, so they will
not be caught by exception handlers. Instead, they will cause the
VM to halt and print a stack trace.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssertionException
(String mesg) AssertionException
(String mesg, Throwable cause) AssertionException
(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AssertionException
public AssertionException() -
AssertionException
-
AssertionException
-
AssertionException
-