Package org.esa.snap.core.util
Class AssertionFailure
java.lang.Object
java.lang.Throwable
java.lang.Error
org.esa.snap.core.util.AssertionFailure
- All Implemented Interfaces:
Serializable
The
AssertionFailure
class is an error caused by a failed program assertion.- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssertionFailure
(String message) Constructs a new assertion failure with the given associated error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssertionFailure
Constructs a new assertion failure with the given associated error message.- Parameters:
message
- the error message, if null the string "AssertionFailure" is used
-