Package org.tn5250j.scripting
Class InterpreterDriver.InterpreterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.tn5250j.scripting.InterpreterDriver.InterpreterException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- InterpreterDriver
public static class InterpreterDriver.InterpreterException extends java.lang.ExceptionNested class for wrapping the exception throw by underlying interpreter while executing scripts- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpreterException(java.lang.Exception ex)Construct a wrapper exception for given undelying exception.
-
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Get a string representation for this object
-