edu.vub.at.exceptions
Class XSelectorNotFound

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

Field Summary
 ATObject inObject_
           
 ATSymbol selector_
           
private static long serialVersionUID
           
 
Fields inherited from class edu.vub.at.exceptions.InterpreterException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XSelectorNotFound(ATSymbol selector, ATObject inObject)
           
 
Method Summary
 java.lang.String getMessage()
           
 ATStripe getStripeType()
           
 
Methods inherited from class edu.vub.at.exceptions.InterpreterException
getAmbientTalkRepresentation, printAmbientTalkStackTrace
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

selector_

public final ATSymbol selector_

inObject_

public final ATObject inObject_
Constructor Detail

XSelectorNotFound

public XSelectorNotFound(ATSymbol selector,
                         ATObject inObject)
Method Detail

getMessage

public java.lang.String getMessage()

getStripeType

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