public static class InterpreterDriver.InterpreterException extends Exception
| Constructor and Description |
|---|
InterpreterException(Exception ex)
Construct a wrapper exception for given undelying exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Get a string representation for this object
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InterpreterException(Exception ex)
ex - the underlying exception thrown by the interpreterCopyright © 2018. All rights reserved.