Constructs an exception containing a resource bundle name, a message
key, a default message format (in case the resource bundle can't be
found), and arguments to be incorporated in the message via
java.text.MessageFormat.
Constructs an exception containing a resource bundle name, a message
key, a default message (in case the resource bundle can't be found), and
another exception.
Constructs an exception containing a resource bundle name, a message
key, a default message format (in case the resource bundle can't be
found), arguments to be incorporated in the message via
java.text.MessageFormat, and another exception.
A script engine interface that provides a common set of methods that can
map both the Apache Jakarta Bean Scripting Framework (BSF) and the Java 6
JSR 223 (javax.script) framework, allowing callers to use either
underlying framework without changing code.
A script engine manager that provides a common interface between the
Apache Jakarta Bean Scripting Framework (BSF) and the Java 6 JSR 223
(javax.script) framework, allowing callers to use either
underlying framework without changing code.
Constructs an exception containing a resource bundle name, a message
key, a default message(in case the resource bundle can't be found),
and another exception.
Constructs an exception containing a resource bundle name, a message
key, a default message format(in case the resource bundle can't be
found), arguments to be incorporated in the message via
java.text.MessageFormat, and another exception.
The UnixShellVariableSubstituter class implements the
VariableSubstituter interface and provides an inline
variable substitution capability using a simplified Unix Bourne (or GNU
bash) shell variable syntax.