Package org.qdl_lang.exceptions
Class WrongValueException
- 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.WrongValueException
-
- All Implemented Interfaces:
Serializable
public class WrongValueException extends QDLExceptionWithTrace
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongValueException(String message, Throwable cause, Statement statement)
WrongValueException(String message, Statement statement)
WrongValueException(Throwable cause, Statement statement)
WrongValueException(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
-
WrongValueException
public WrongValueException(Statement statement)
-
-