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:
java.io.Serializable
public class AssertionFailedException extends java.lang.RuntimeException
The AssertionFailedException is thrown by Debug.java in response to failed assertion checks.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertionFailedException(java.lang.String message)
Standard constructor.
-