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