Package org.qdl_lang.exceptions
Class QDLException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
- 
- org.qdl_lang.exceptions.QDLException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- BreakException,- ContinueException,- MissingArgumentException,- ModuleInstantiationException,- NamespaceException,- ParsingException,- QDLExceptionWithTrace,- QDLFileAccessException,- QDLFileNotFoundException,- QDLIllegalAccessException,- QDLIOException,- QDLList.seGapException,- QDLRuntimeException,- QDLServerModeException,- RaiseErrorException,- RankException,- RecursionException,- ReturnException,- VariableState.CyclicalError,- XMLMissingCloseTagException
 
 public class QDLException extends edu.uiuc.ncsa.security.core.exceptions.GeneralExceptionCreated by Jeff Gaynor 
 on 1/25/20 at 6:47 AM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description QDLException()QDLException(String message)QDLException(String message, Throwable cause)QDLException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-