public interface ExceptionMonitor
Modifier and Type | Method and Description |
---|---|
void |
exception(ExceptionSource source,
Throwable exception)
This method is called when an Exception or Throwable occurs.
|
void exception(ExceptionSource source, Throwable exception)
source
- The source of the exception. That is the class that is throwing the exception.exception
- The Exception being thrown.Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.