Package org.qdl_lang.exceptions
Class AssertionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.qdl_lang.exceptions.QDLException
-
- org.qdl_lang.exceptions.AssertionException
-
- All Implemented Interfaces:
Serializable
public class AssertionException extends QDLException
Created by Jeff Gaynor
on 6/1/21 at 12:57 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertionException()
AssertionException(String message)
AssertionException(String message, Throwable cause)
AssertionException(String message, QDLStem stateStem)
AssertionException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAssertionState()
boolean
hasPayload()
void
setAssertionState(QDLStem assertionState)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-