edu.vub.at.exceptions
Class XReflectionFailure

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.vub.at.exceptions.InterpreterException
              extended byedu.vub.at.exceptions.XReflectionFailure
All Implemented Interfaces:
java.io.Serializable

public class XReflectionFailure
extends InterpreterException

An instance of the class XReflectionFailure is thrown when something goes wrong when dealing with mirror or mirage operations. By extension this also covers failures when symbiotically accessing Java objects.

Author:
smostinc
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class edu.vub.at.exceptions.InterpreterException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XReflectionFailure()
           
XReflectionFailure(java.lang.String message)
           
XReflectionFailure(java.lang.String message, java.lang.Throwable cause)
           
XReflectionFailure(java.lang.Throwable cause)
           
 
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
Constructor Detail

XReflectionFailure

public XReflectionFailure()

XReflectionFailure

public XReflectionFailure(java.lang.String message,
                          java.lang.Throwable cause)

XReflectionFailure

public XReflectionFailure(java.lang.String message)

XReflectionFailure

public XReflectionFailure(java.lang.Throwable cause)
Method Detail

getMessage

public java.lang.String getMessage()

getStripeType

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