edu.vub.at.exceptions
Class XIllegalSplice
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.vub.at.exceptions.InterpreterException
edu.vub.at.exceptions.XIllegalSplice
- All Implemented Interfaces:
- java.io.Serializable
- public final class XIllegalSplice
- extends InterpreterException
XIllegalSplice is thrown when an @ token was not encountered in one of its legal
positions namely when unquoting a table or in the argument-list of an application.
- Author:
- tvc
- 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
_MESSAGE_
private static final java.lang.String _MESSAGE_
- See Also:
- Constant Field Values
spliceExpression_
private final ATExpression spliceExpression_
XIllegalSplice
public XIllegalSplice(ATExpression spliceExp)
getSpliceExpression
public ATExpression getSpliceExpression()
getStripeType
public ATStripe getStripeType()
- Specified by:
getStripeType
in class InterpreterException