scripting
Class InterpreterDriver.InterpreterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--scripting.InterpreterDriver.InterpreterException

public static class InterpreterDriver.InterpreterException
extends java.lang.Exception

Nested class for wrapping the exception throw by underlying interpreter while executing scripts

See Also:
Serialized Form

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

InterpreterDriver.InterpreterException

public InterpreterDriver.InterpreterException(java.lang.Exception ex)
Construct a wrapper exception for given undelying exception.
Parameters:
ex - the underlying exception thrown by the interpreter
Method Detail

toString

public java.lang.String toString()
Get a string representation for this object
Returns:
string representing the object
Overrides:
toString in class java.lang.Throwable