A B C D E F G H I J K L M N O P R S T U V W X Z

U

UndefinedVariableException - Exception in org.clapper.util.text
A UndefinedVariableException is thrown by the VariableSubstituter subclasses and VariableDereferencer subclasses to indicate an undefined variable.
UndefinedVariableException() - Constructor for exception org.clapper.util.text.UndefinedVariableException
Default constructor, for an exception with no nested exception and no message.
UndefinedVariableException(Throwable) - Constructor for exception org.clapper.util.text.UndefinedVariableException
Constructs an exception containing another exception, but no message of its own.
UndefinedVariableException(String) - Constructor for exception org.clapper.util.text.UndefinedVariableException
Constructs an exception containing an error message, but no nested exception.
UndefinedVariableException(String, Throwable) - Constructor for exception org.clapper.util.text.UndefinedVariableException
Constructs an exception containing another exception and a message.
UndefinedVariableException(String, String, String) - Constructor for exception org.clapper.util.text.UndefinedVariableException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
UndefinedVariableException(String, String, String, Object[]) - Constructor for exception org.clapper.util.text.UndefinedVariableException
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.
UndefinedVariableException(String, String, String, Throwable) - Constructor for exception org.clapper.util.text.UndefinedVariableException
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.
UndefinedVariableException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.text.UndefinedVariableException
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.
Unicode - Class in org.clapper.util.text
Symbolic names for certain Unicode constants.
UnifiedCompiledScript - Interface in org.clapper.util.scripting
Representation of a compiled script.
UnifiedScriptEngine - Class in org.clapper.util.scripting
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.
UnifiedScriptEngine() - Constructor for class org.clapper.util.scripting.UnifiedScriptEngine
 
UnifiedScriptEngineManager - Class in org.clapper.util.scripting
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.
UnifiedScriptEngineManager() - Constructor for class org.clapper.util.scripting.UnifiedScriptEngineManager
Creates a new instance of UnifiedScriptEngineManager
UnifiedScriptException - Exception in org.clapper.util.scripting
 
UnifiedScriptException() - Constructor for exception org.clapper.util.scripting.UnifiedScriptException
Default constructor, for an exception with no nested exception and no message.
UnifiedScriptException(Throwable) - Constructor for exception org.clapper.util.scripting.UnifiedScriptException
Constructs an exception containing another exception, but no message of its own.
UnifiedScriptException(String) - Constructor for exception org.clapper.util.scripting.UnifiedScriptException
Constructs an exception containing an error message, but no nested exception.
UnifiedScriptException(String, Throwable) - Constructor for exception org.clapper.util.scripting.UnifiedScriptException
Constructs an exception containing another exception and a message.
UnifiedScriptException(String, String, String) - Constructor for exception org.clapper.util.scripting.UnifiedScriptException
Constructs an exception containing a resource bundle name, a message key, and a default message(in case the resource bundle can't be found).
UnifiedScriptException(String, String, String, Object[]) - Constructor for exception org.clapper.util.scripting.UnifiedScriptException
Constructs an exception containing a resource bundle name, a message key, and a default message(in case the resource bundle can't be found).
UnifiedScriptException(String, String, String, Throwable) - Constructor for exception org.clapper.util.scripting.UnifiedScriptException
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.
UnifiedScriptException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.scripting.UnifiedScriptException
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.
UnixShellVariableSubstituter - Class in org.clapper.util.text
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.
UnixShellVariableSubstituter() - Constructor for class org.clapper.util.text.UnixShellVariableSubstituter
Default constructor.
UsageInfo - Class in org.clapper.util.cmdline
An instance of this class is used to specify usage information for a command-line utility.
UsageInfo() - Constructor for class org.clapper.util.cmdline.UsageInfo
Create a new UsageInfo() object.

A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.