| Package | Description |
|---|---|
| to.etc.domui.server |
| Modifier and Type | Method and Description |
|---|---|
IExceptionListener |
DomApplication.findExceptionListenerFor(Exception x)
This locates the handler for the specfied exception type, if it has been registered.
|
IExceptionListener |
DomApplication.ExceptionEntry.getListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomApplication.addExceptionListener(Class<? extends Exception> xclass,
IExceptionListener l)
Adds an exception handler for a given exception type.
|
| Constructor and Description |
|---|
ExceptionEntry(Class<? extends Exception> exceptionClass,
IExceptionListener listener) |
Copyright © 2017 etc.to. All rights reserved.