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.QDLExceptionWithTrace
-
- org.qdl_lang.exceptions.AssertionException
-
- All Implemented Interfaces:
Serializable
public class AssertionException extends QDLExceptionWithTrace
Created by Jeff Gaynor
on 6/1/21 at 12:57 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertionException(String message, Throwable cause, Statement statement)
AssertionException(String message, Statement statement)
AssertionException(String message, QDLStem stateStem, Statement statement)
AssertionException(Throwable cause, Statement statement)
AssertionException(Statement statement)
-
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 org.qdl_lang.exceptions.QDLExceptionWithTrace
getScriptName, getScriptStack, getStatement, hasScriptStack, hasStatement, isScript, setScript, setScriptName, setScriptStack, setStatement, stackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AssertionException
public AssertionException(Statement statement)
-
-