Package org.qdl_lang.exceptions
Class IndexError
- 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.IndexError
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class IndexError extends QDLExceptionWithTrace Created by Jeff Gaynor 
 on 2/2/20 at 9:36 AM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IndexError(String message, Throwable cause, Statement statement)IndexError(String message, Statement statement)IndexError(Throwable cause, Statement statement)IndexError(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
 
- 
 
-