|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.commons.error.StderrExceptionHandler<T>
public class StderrExceptionHandler<T extends java.lang.Exception>
An exception handler which logs exceptions to std error.
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 |
---|
public StderrExceptionHandler()
Method Detail |
---|
public void handleException(T exception)
handleException
in interface IExceptionHandler<T extends java.lang.Exception,NeverThrownRuntimeException>
exception
- the exception being handled.
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |