|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--koala.dynamicjava.interpreter.error.ExecutionError
|
+--koala.dynamicjava.interpreter.throwable.ThrownException
This error is thrown by an interpreted throw statement
| Fields inherited from class koala.dynamicjava.interpreter.error.ExecutionError |
SHOW_CAUSE_PROPERTY, SHOW_TRACE_PROPERTY, thrown |
| Constructor Summary | |
ThrownException(java.lang.Throwable e)
Constructs an ThrownExceptionError with no detail message. |
|
ThrownException(java.lang.Throwable e,
Node n)
Constructs an ThrownExceptionError with the specified
detail message, filename, line, column and exception. |
|
| Method Summary | |
java.lang.Throwable |
getException()
Returns the exception that causes this error throwing |
| Methods inherited from class koala.dynamicjava.interpreter.error.ExecutionError |
getMessage, getNode, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ThrownException(java.lang.Throwable e)
ThrownExceptionError with no detail message.
public ThrownException(java.lang.Throwable e,
Node n)
ThrownExceptionError with the specified
detail message, filename, line, column and exception.e - the thrown exceptionn - the node in the syntax tree where the error occurs| Method Detail |
public java.lang.Throwable getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||