edu.vub.at.exceptions
Class XIllegalOperation
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.vub.at.exceptions.InterpreterException
edu.vub.at.exceptions.XIllegalOperation
- All Implemented Interfaces:
- java.io.Serializable
- public class XIllegalOperation
- extends InterpreterException
XIllegalOperation is thrown whenever an operation is requested that is a violation
of the expected semantics of the interpreter. When originating from base-level code
these exceptions signal a fault in either the interpreter or in the custom meta
behaviour.
- Author:
- smostinc
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
XIllegalOperation
public XIllegalOperation()
XIllegalOperation
public XIllegalOperation(java.lang.String message,
java.lang.Throwable cause)
XIllegalOperation
public XIllegalOperation(java.lang.String message)
XIllegalOperation
public XIllegalOperation(java.lang.Throwable cause)
getStripeType
public ATStripe getStripeType()
- Specified by:
getStripeType
in class InterpreterException