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 SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAssertionState()booleanhasPayload()voidsetAssertionState(QDLStem assertionState)- 
Methods inherited from class org.qdl_lang.exceptions.QDLExceptionWithTracegetScriptName, getScriptStack, getStatement, hasScriptStack, hasStatement, isScript, setScript, setScriptName, setScriptStack, setStatement, stackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AssertionExceptionpublic AssertionException(Statement statement) 
 
- 
 
-