|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.vub.at.exceptions.InterpreterException
edu.vub.at.exceptions.XNotInstantiatable
Raised whenever a wrapped Java class cannot be instantiated because: - it has no publicly accessible constructors - it is abstract
| Field Summary | |
private static long |
serialVersionUID
|
| Fields inherited from class edu.vub.at.exceptions.InterpreterException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
XNotInstantiatable(java.lang.Class c)
Constructor signalling the class has no public constructors. |
|
XNotInstantiatable(java.lang.Class c,
java.lang.Exception cause)
Constructor signalling the class is abstract. |
|
| Method Summary | |
ATStripe |
getStripeType()
|
| Methods inherited from class edu.vub.at.exceptions.InterpreterException |
getAmbientTalkRepresentation, printAmbientTalkStackTrace |
| 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 |
| Field Detail |
private static final long serialVersionUID
| Constructor Detail |
public XNotInstantiatable(java.lang.Class c)
public XNotInstantiatable(java.lang.Class c,
java.lang.Exception cause)
| Method Detail |
public ATStripe getStripeType()
getStripeType in class InterpreterException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||