Package org.qdl_lang.exceptions
Class ImportException
- 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.ImportException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ImportException extends QDLExceptionWithTrace Created by Jeff Gaynor 
 on 1/21/20 at 3:39 PM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ImportException(String message, Throwable cause, Statement statement)ImportException(String message, Statement statement)ImportException(Throwable cause, Statement statement)ImportException(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- 
ImportExceptionpublic ImportException(Statement statement) 
 
- 
 
-