TUM CCSM Commons

Package edu.tum.cs.commons.error

Generic classes used in the context of error handling.

See:
          Description

Interface Summary
IExceptionHandler<X_IN extends Exception,X_OUT extends Exception> Interface for a exception handling routine.
 

Class Summary
CollectingExceptionHandler<X extends Exception> An exception handler that collects exceptions for later use.
RethrowingExceptionHandler<X extends Exception> An exception handler simply rethrowing the exception caught.
StderrExceptionHandler<T extends Exception> An exception handler which logs exceptions to std error.
 

Exception Summary
FormatException This exception is used to indicate format errors in provided strings.
NeverThrownRuntimeException A runtime exception that cannot be instantiated.
 

Error Summary
EnvironmentError An error class for signaling problems in the execution environment, e.g. a missing XML parser implementation.
 

Package edu.tum.cs.commons.error Description

Generic classes used in the context of error handling.


TUM CCSM Commons

TUM CCSM Commons - 2.7