Package bsh
Class InterpreterError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- bsh.InterpreterError
-
- All Implemented Interfaces:
Serializable
public class InterpreterError extends RuntimeException
An internal error in the interpreter has occurred.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpreterError(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InterpreterError
public InterpreterError(String s)
-
-