|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
orc.error.OrcException
orc.error.ExecutionException
orc.error.TokenException
orc.error.SiteException
orc.error.JavaException
public class JavaException
A container for Java-level exceptions raised by code implementing sites. These are wrapped as Orc exceptions to localize the failure to the calling token.
Constructor Summary | |
---|---|
JavaException(java.lang.Exception cause)
|
Method Summary |
---|
Methods inherited from class orc.error.TokenException |
---|
getSourceLocation, setSourceLocation |
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 |
Constructor Detail |
---|
public JavaException(java.lang.Exception cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |