Package bsh
Class InterpreterError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- bsh.InterpreterError
-
- All Implemented Interfaces:
java.io.Serializable
public class InterpreterError extends java.lang.RuntimeException
An internal error in the interpreter has occurred.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpreterError(java.lang.String message)
InterpreterError(java.lang.String message, java.lang.Throwable cause)
-