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
public class AssertionFailedException extends RuntimeException
The AssertionFailedException is thrown by Debug.java in response to failed assertion checks.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertionFailedException(String message)
Standard constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AssertionFailedException
public AssertionFailedException(String message)
Standard constructor.- Parameters:
message
- Provides a description of the assertion test that failed.
-
-