|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception orc.error.OrcException orc.error.runtime.ExecutionException orc.error.runtime.TokenException orc.error.runtime.SiteException orc.error.runtime.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.Throwable cause)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class orc.error.runtime.TokenException |
---|
getBacktrace, getSourceLocation, setBacktrace, setSourceLocation |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavaException(java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String toString()
toString
in class TokenException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |