edu.vub.at.exceptions
Class XUserDefined
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.vub.at.exceptions.InterpreterException
edu.vub.at.exceptions.XUserDefined
- All Implemented Interfaces:
- java.io.Serializable
- public class XUserDefined
- extends InterpreterException
Instances of the XUserDefined act as wrappers for ATObjects which are thrown at the
ambienttalk level using the raise: primitive. Since we reuse the Java exception
propagation, we need to wrap these in a custom class which extends the proper class.
- 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
customException_
public final ATObject customException_
XUserDefined
public XUserDefined(ATObject customException)
getAmbientTalkRepresentation
public ATObject getAmbientTalkRepresentation()
- Overrides:
getAmbientTalkRepresentation
in class InterpreterException
getStripeType
public ATStripe getStripeType()
- Specified by:
getStripeType
in class InterpreterException