public interface IRCExceptionHandler
IRCConnection.| Modifier and Type | Field and Description |
|---|---|
static IRCExceptionHandler |
PRINT_STACK_TRACE
A handler that just prints the given exception's stack trace to stderr.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exception(IRCConnection connection,
Throwable exception)
Notified upon occurence of the given
exception in the given exception. |
static final IRCExceptionHandler PRINT_STACK_TRACE
void exception(IRCConnection connection, Throwable exception)
exception in the given exception.connection - the connection in which the exception occuredexception - the exception that occuredCopyright © 2006–2015. All rights reserved.