Package org.qdl_lang.exceptions
Class MissingArgException
- 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.FunctionArgException
-
- org.qdl_lang.exceptions.MissingArgException
-
- All Implemented Interfaces:
Serializable
public class MissingArgException extends FunctionArgException
Created by Jeff Gaynor
on 4/17/22 at 6:06 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingArgException(String message, Throwable cause, Statement statement)
MissingArgException(String message, Statement statement)
MissingArgException(Throwable cause, Statement statement)
MissingArgException(Statement statement)
-
Method Summary
-
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
-
MissingArgException
public MissingArgException(Statement statement)
-
-