|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionSource | |
|---|---|
| org.ops4j.monitors | Instead of Logging, we use the Monitor concept, which are dedicated interfaces for the monitoring situation at hand. |
| org.ops4j.monitors.exception | |
| Uses of ExceptionSource in org.ops4j.monitors |
|---|
| Methods in org.ops4j.monitors that return ExceptionSource | |
|---|---|
ExceptionSource |
TooManyMonitorsException.getExceptionSource()
Returns the ExceptionSource that can't deal with too many ExceptionMonitors. |
| Constructors in org.ops4j.monitors with parameters of type ExceptionSource | |
|---|---|
TooManyMonitorsException(ExceptionSource source,
int max)
Constructor |
|
| Uses of ExceptionSource in org.ops4j.monitors.exception |
|---|
| Classes in org.ops4j.monitors.exception that implement ExceptionSource | |
|---|---|
class |
ExceptionMonitorRouter
A monitor of a Exceptions occuring, and capability to route/delegate these events to 0..n registered ExceptionMonitor implementations. |
| Methods in org.ops4j.monitors.exception with parameters of type ExceptionSource | |
|---|---|
void |
ExceptionMonitorRouter.exception(ExceptionSource source,
Throwable exception)
This method is called when an Exception or Throwable occurs. |
void |
ExceptionMonitor.exception(ExceptionSource source,
Throwable exception)
This method is called when an Exception or Throwable occurs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||