A C D E F G I L M N O P R S

A

Assertion - class multex.Assertion.
Tool for checking unexpected programming errors
Assertion.Failure - exception multex.Assertion.Failure.
Indicates that an assertion failed.
Assertion.Failure(String) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed
Assertion.Failure(String, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object[]) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object, Object, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object, Object, Object, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object, Object, Object, Object, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object, Object, Object, Object, Object, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
Assertion.Failure(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Constructor for class multex.Assertion.Failure
Indicates that the assertion i_name failed with parameters
AwtCopy - class AwtCopy.
Kopiert eine Datei, siehe Methode Copy.copy().

C

cause() - Method in class multex.Failure
Result: The Exception, which caused the program to throw this Failure-exception.
cause(Throwable) - Static method in class multex.Failure
Result: the causing Exception of i_throwable, if there is one, otherwise null.
check(boolean, String) - Static method in class multex.Assertion
Checks, that i_condition holds.
Copy - class Copy.
Kopiert eine Datei, siehe Methode main().
Copy.CopyFailure - exception Copy.CopyFailure.
Indicates failure of a file copy operation
Copy.CopyFailure(Exception, String, String) - Constructor for class Copy.CopyFailure
 
Copy.StartedExc - exception Copy.StartedExc.
Indicates, that this test driver has been started.
Copy.StartedExc(String, Date) - Constructor for class Copy.StartedExc
 
copy(String, String) - Static method in class Copy
Effect: Copies the file i_inFileName in binary mode to file i_outFileName.

D

date - Variable in class Copy.StartedExc
 
driver - Variable in class Copy.StartedExc
 

E

Exc - exception multex.Exc.
Problem-related exception with named parameters and internationalizable message text.
Exc(String) - Constructor for class multex.Exc
Constructs an Exc with a default message text pattern.

F

Failure - exception multex.Failure.
Indirectly caused exception with parameters, causal chain and message text.
Failure(String, Exception) - Constructor for class multex.Failure
Constructs a parameterized Failure-exception, giving only the causing Exception object.
Failure(String, Exception, Object[]) - Constructor for class multex.Failure
Constructs a Failure-exception, giving the causing Exception object for providing the diagnostics causer chain and unnamed message parameters as an Object[].

G

getDefaultMessageTextPattern() - Method in class multex.Exc
 
getDefaultMessageTextPattern() - Method in class multex.Failure
 
getDefaultMessageTextPattern() - Method in interface multex.MultexException
Returns the default message text pattern for i_throwable or null.
getMessage() - Method in class multex.Exc
Returns the exception parameters of this object or null.
getMessage() - Method in class multex.Failure
Returns the exception parameters of this object or null.
getMessageChain(Throwable) - Static method in class multex.MsgText
Returns the message for i_throwable with its causal chain.
getMessageLine(Throwable) - Static method in class multex.MsgText
Result: A usually one-line message text for the exception i_throwable with inserted parameters.

I

inFileName - Variable in class Copy.CopyFailure
 

L

lineSeparator - Static variable in class multex.MsgText
Returns the line separator for the actual platform.

M

main(String[]) - Static method in class AwtCopy
Effekt: Erstellt eine AWT-Oberfläche zum Dateikopieren
main(String[]) - Static method in class Copy
Effect: Copies the file i_args[0] in binary mode to file i_args[1].
main(String[]) - Static method in class SwingCopy
Effekt: Erstellt eine Swing-Oberflaeche zum Dateikopieren
MethodFailure - exception multex.MethodFailure.
Convenience class, which can be directly used to be thrown by any failed method.
MethodFailure(Exception) - Constructor for class multex.MethodFailure
Constructs a MethodFailure-exception, giving only the causing Exception object.
MethodFailure(Exception, Object[]) - Constructor for class multex.MethodFailure
Constructs a MethodFailure-exception, giving the causing Exception object for providing the diagnostics causer chain and unnamed message parameters as an Object[].
Msg - class multex.Msg.
Services for reporting messages for exceptions with parameters (subclasses of Exc) with cause chain and parameters (subclasses of Failure) and standard Java exceptions (other subclasses of java.lang.Throwable)
MsgText - class multex.MsgText.
Services for getting the message text for exceptions.
multex - package multex
MulTEx - the Multi-Tier Exception Handling Framework.
MultexException - interface multex.MultexException.
Marks an exception as to be handled especially by MsgText.

N

name - Variable in class multex.Assertion.Failure
The name of the failed Assertion, mostly it should be the failed condition as a String

O

outFileName - Variable in class Copy.CopyFailure
 

P

printCompactStackTrace(StringBuffer, Throwable, Exception) - Static method in class multex.Failure
Prints the stack trace of i_throwable and all its chained cause exceptions to io_printer.
printStackTrace() - Method in class multex.Failure
Prints the chained, redundant stack traces of this Failure object to the standard error stream System.err
printStackTrace(PrintStream) - Method in class multex.Failure
Prints the chained, redundant stack traces of this Failure object to io_printer.
printStackTrace(PrintStream, Throwable) - Static method in class multex.Msg
Prints the compactified stack trace of i_throwable and its chained causing exceptions to io_printer.
printStackTrace(PrintWriter) - Method in class multex.Failure
Prints the chained, redundant stack traces of this Failure object to io_printer.
printStackTrace(PrintWriter, Throwable) - Static method in class multex.Msg
Prints the compactified stack trace of i_throwable and its chained causing exceptions to io_printer.
printStackTrace(Throwable) - Static method in class multex.Msg
Prints the compactified stack trace of i_throwable and its chained causing exceptions to System.err.

R

report(Applet, Throwable) - Static method in class multex.Msg
Reports i_throwable from Applet io_owner.
report(Dialog, Throwable) - Static method in class multex.Msg
Reports i_throwable blocking io_owner.
report(Frame, Throwable) - Static method in class multex.Msg
Reports i_throwable blocking io_owner.
report(PrintStream, Throwable) - Static method in class multex.Msg
Reports i_throwable to io_printer
report(PrintWriter, Throwable) - Static method in class multex.Msg
Reports i_throwable to io_printer, detail description here.
report(Throwable) - Static method in class multex.Msg
Reports i_throwable to System.err

S

SwingCopy - class SwingCopy.
Kopiert eine Datei, siehe Methode Copy.copy().

A C D E F G I L M N O P R S