edu.vub.at.exceptions
Class XReflectionFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.vub.at.exceptions.InterpreterException
edu.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
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
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)
getMessage
public java.lang.String getMessage()
getStripeType
public ATStripe getStripeType()
- Specified by:
getStripeType
in class InterpreterException