edu.vub.at.exceptions
Class XIllegalIndex

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.vub.at.exceptions.InterpreterException
              extended byedu.vub.at.exceptions.XIllegalIndex
All Implemented Interfaces:
java.io.Serializable

public final class XIllegalIndex
extends InterpreterException

An XIllegalIndex exception is thrown by the evaluator whenever an invalid value is used as the index into a table (e.g. when defining, assigning or referencing it).

Author:
tvc
See Also:
Serialized Form

Field Summary
private static java.lang.String _MESSAGE_
           
private static long serialVersionUID
           
 
Fields inherited from class edu.vub.at.exceptions.InterpreterException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XIllegalIndex(java.lang.String msg)
           
 
Method Summary
 ATStripe getStripeType()
           
 
Methods inherited from class edu.vub.at.exceptions.InterpreterException
getAmbientTalkRepresentation, printAmbientTalkStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

_MESSAGE_

private static final java.lang.String _MESSAGE_
See Also:
Constant Field Values
Constructor Detail

XIllegalIndex

public XIllegalIndex(java.lang.String msg)
Method Detail

getStripeType

public ATStripe getStripeType()
Specified by:
getStripeType in class InterpreterException