- exception(ExceptionSource, Throwable) - Method in interface org.ops4j.monitors.exception.ExceptionMonitor
-
This method is called when an Exception or Throwable occurs.
- exception(ExceptionSource, Throwable) - Method in class org.ops4j.monitors.exception.ExceptionMonitorRouter
-
This method is called when an Exception or Throwable occurs.
- ExceptionMonitor - Interface in org.ops4j.monitors.exception
-
A monitor of a Exceptions occuring.
- ExceptionMonitorRouter - Class in org.ops4j.monitors.exception
-
A monitor of a Exceptions occuring, and capability to route/delegate these
events to 0..n registered ExceptionMonitor implementations.
- ExceptionMonitorRouter() - Constructor for class org.ops4j.monitors.exception.ExceptionMonitorRouter
-
Creation of a exception monitor router.
- ExceptionSource - Interface in org.ops4j.monitors.exception
-
An interface for classes that supports ExceptionMonitors.