public final class ExceptionLogger extends Object implements org.jdtaus.core.lang.ExceptionListener
ExceptionListener
logging exceptions.onException(ExceptionEvent)
Constructor and Description |
---|
ExceptionLogger() |
Modifier and Type | Method and Description |
---|---|
void |
onException(org.jdtaus.core.lang.ExceptionEvent event)
This method logs details of the event's exception to a logger.
|
public ExceptionLogger()
public void onException(org.jdtaus.core.lang.ExceptionEvent event)
This method logs details of the event's exception to a logger.
onException
in interface org.jdtaus.core.lang.ExceptionListener
event
- the event holding the exception.Copyright © 2005-2012 jDTAUS. All Rights Reserved.