Library:BeanShell
Version:2.0.b4
Compatibility:JDK 1.4
Exceptions in library BeanShell.
NamePackageDescription
Capabilities.UnavailablebshAn attempt was made to use an unavailable capability supported by an optional package.
ClassPathExceptionbshNo description provided.
EvalErrorbshEvalError indicates that we cannot continue evaluating the script or the script has thrown an exception.
InterpreterErrorbshAn internal error in the interpreter has occurred.
ParseExceptionbshThis exception is thrown when parse errors are encountered.
TargetErrorbshTargetError is an EvalError that wraps an exception thrown by the script (or by code called from the script).
UtilEvalErrorbshUtilEvalError is an error corresponding to an EvalError but thrown by a utility or other class that does not have the caller context (Node) available to it.
UtilTargetErrorbshUtilTargetError is an error corresponding to a TargetError but thrown by a utility or other class that does not have the caller context (Node) available to it.
Search