| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionLoggingMonitor
An
ExceptionMonitor which logs uncaught exceptions. |
| Modifier and Type | Method and Description |
|---|---|
ExceptionMonitor |
Session.getExceptionMonitor()
Returns the
ExceptionMonitor. |
ExceptionMonitor |
IoProcessor.getExceptionMonitor()
Returns the
ExceptionMonitor. |
ExceptionMonitor |
SessionServer.getExceptionMonitor()
Returns the
ExceptionMonitor. |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setExceptionMonitor(ExceptionMonitor monitor)
Sets the
ExceptionMonitor. |
void |
IoProcessor.setExceptionMonitor(ExceptionMonitor monitor)
Sets the
ExceptionMonitor. |
void |
SessionServer.setExceptionMonitor(ExceptionMonitor monitor)
Sets the
ExceptionMonitor. |
Copyright © 2004-2012 Trustin Lee. All Rights Reserved.