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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description AssertionFailedException(java.lang.String message)
Standard constructor.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-