edu.vub.at.exceptions
Class XIllegalUnquote

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.vub.at.exceptions.InterpreterException
              extended byedu.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

Field Summary
private static java.lang.String _MESSAGE_
           
private static long serialVersionUID
           
private  ATExpression unquotation_
           
 
Fields inherited from class edu.vub.at.exceptions.InterpreterException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XIllegalUnquote(ATExpression unquotation)
           
 
Method Summary
 ATStripe getStripeType()
           
 ATExpression getUnquotation()
           
 
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

unquotation_

private final ATExpression unquotation_
Constructor Detail

XIllegalUnquote

public XIllegalUnquote(ATExpression unquotation)
Method Detail

getUnquotation

public ATExpression getUnquotation()

getStripeType

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