|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--scripting.InterpreterDriver.InterpreterException
Nested class for wrapping the exception throw by underlying interpreter while executing scripts
| Constructor Summary | |
InterpreterDriver.InterpreterException(java.lang.Exception ex)
Construct a wrapper exception for given undelying exception. |
|
| Method Summary | |
java.lang.String |
toString()
Get a string representation for this object |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public InterpreterDriver.InterpreterException(java.lang.Exception ex)
ex - the underlying exception thrown by the interpreter| Method Detail |
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||