edu.vub.at.exceptions
Class XIllegalUnquote
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.vub.at.exceptions.InterpreterException
edu.vub.at.exceptions.XIllegalUnquote
- All Implemented Interfaces:
- java.io.Serializable
- public final class XIllegalUnquote
- extends InterpreterException
An XIllegalUnquote exception is raised when an unquotation is
discovered in a non-quoted piece of source code.
- 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
unquotation_
private final ATExpression unquotation_
XIllegalUnquote
public XIllegalUnquote(ATExpression unquotation)
getUnquotation
public ATExpression getUnquotation()
getStripeType
public ATStripe getStripeType()
- Specified by:
getStripeType
in class InterpreterException