edu.vub.at.exceptions
Class XSelectorNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.vub.at.exceptions.InterpreterException
edu.vub.at.exceptions.XSelectorNotFound
- All Implemented Interfaces:
- java.io.Serializable
- public class XSelectorNotFound
- extends InterpreterException
XSelectorNotFound is thrown during lookup when a particular field cannot be
found. It is equipped with a dedicated constructor to allow diagnosing the
underlying problem.
- Author:
- smostinc
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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
selector_
public final ATSymbol selector_
inObject_
public final ATObject inObject_
XSelectorNotFound
public XSelectorNotFound(ATSymbol selector,
ATObject inObject)
getMessage
public java.lang.String getMessage()
getStripeType
public ATStripe getStripeType()
- Specified by:
getStripeType
in class InterpreterException