TUM CCSM Commons

edu.tum.cs.commons.error
Class StderrExceptionHandler<T extends Exception>

java.lang.Object
  extended by 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

Constructor Summary
StderrExceptionHandler()
           
 
Method Summary
 void handleException(T exception)
          Handle the provided exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StderrExceptionHandler

public StderrExceptionHandler()
Method Detail

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

TUM CCSM Commons - 2.7