Inherited by org.qscript.eventsonfire.DefaultErrorHandler, and org.qscript.eventsonfire.JDKLoggingErrorHandler.
|
| void | invocationFailed (Method method, String message, Throwable cause, Object producer, Object consumer, Object event, String...tags) |
| |
| void | unhandledException (String message, Throwable cause) |
| |
| void | interrupted (InterruptedException e) |
| |
Handler for errors within the Events mechanism.
- Author
- Manfred HANTSCHEL
| void org.qscript.eventsonfire.ErrorHandler.interrupted |
( |
InterruptedException |
e | ) |
|
| void org.qscript.eventsonfire.ErrorHandler.invocationFailed |
( |
Method |
method, |
|
|
String |
message, |
|
|
Throwable |
cause, |
|
|
Object |
producer, |
|
|
Object |
consumer, |
|
|
Object |
event, |
|
|
String... |
tags |
|
) |
| |
Called if the invocation of an event handler method fails.
- Parameters
-
| method | the method which caused the error |
| message | some informative message |
| cause | the exception if available, may be null |
| producer | the producer of the event |
| consumer | the consumer of the event |
| event | the event itself |
| tags | the tags, if any |
| void org.qscript.eventsonfire.ErrorHandler.unhandledException |
( |
String |
message, |
|
|
Throwable |
cause |
|
) |
| |
Called if a unhandled exception occurs in the event handler thread.
- Parameters
-
| message | the message |
| cause | the cause |
The documentation for this interface was generated from the following file:
- /Users/peter/git/qscript-repos/Q-script/src/org/qscript/eventsonfire/ErrorHandler.java