Package org.apache.vinci.debug
Class AssertionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.vinci.debug.AssertionFailedException
- All Implemented Interfaces:
Serializable
The AssertionFailedException is thrown by Debug.java in response to failed assertion checks.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssertionFailedException
Standard constructor.- Parameters:
message
- Provides a description of the assertion test that failed.
-