Package org.qdl_lang.exceptions
Class InterruptException
- 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.InterruptException
-
- All Implemented Interfaces:
Serializable
public class InterruptException extends QDLExceptionWithTrace
Created by Jeff Gaynor
on 10/25/20 at 2:35 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterruptException(String message, Throwable cause, Statement statement, SIEntry siEntry)
InterruptException(String message, Statement statement, SIEntry siEntry)
InterruptException(Throwable cause, Statement statement, SIEntry siEntry)
InterruptException(Statement statement, SIEntry siEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SIEntry
getSiEntry()
void
setSiEntry(SIEntry siEntry)
-
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
-
-