edu.tum.cs.commons.error
Class StderrExceptionHandler<T extends Exception>
java.lang.Object
edu.tum.cs.commons.error.StderrExceptionHandler<T>
- All Implemented Interfaces:
- IExceptionHandler<T,NeverThrownRuntimeException>
public class StderrExceptionHandler<T extends Exception>
- extends Object
- implements IExceptionHandler<T,NeverThrownRuntimeException>
An exception handler which logs exceptions to std error.
- Version:
- $Rev: 26283 $
- Author:
- hummelb, $Author: juergens $
- Rating:
- GREEN Hash: 7E7FADBAC50E0F4FC9BCDA88223110FA
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StderrExceptionHandler
public StderrExceptionHandler()
handleException
public void handleException(T exception)
- Handle the provided exception.
- Specified by:
handleException in interface IExceptionHandler<T extends Exception,NeverThrownRuntimeException>
- Parameters:
exception - the exception being handled.
TUM CCSM Commons - 2.7