|
||||||||||
| 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.runtime.ExecutionException
orc.error.runtime.TokenException
orc.error.runtime.TokenError
orc.error.runtime.JavaError
public class JavaError
A container for Java-level exceptions raised while
processing a token. These are wrapped as Orc exceptions
so they can be handled by Token.error(TokenException).
| Constructor Summary | |
|---|---|
JavaError(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 JavaError(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 | |||||||||