|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ExceptionDelegate | |
| org.sape.carbon.core.exception | |
| org.sape.carbon.services.exception | Contains a simple graphical exception delegate designed to display high-severity exception directly to a user. |
| Uses of ExceptionDelegate in org.sape.carbon.core.exception |
| Classes in org.sape.carbon.core.exception that implement ExceptionDelegate | |
class |
DefaultExceptionDelegateImpl
This is the default implementation of the exception delegate interface to support basic exception handling as well as auto-logging of the exception. |
| Fields in org.sape.carbon.core.exception declared as ExceptionDelegate | |
protected ExceptionDelegate |
BaseRuntimeException.delegatedException
The implementing exception delegate that provides Carbon Core exceptions with their basic functionality. |
protected ExceptionDelegate |
BaseException.delegatedException
The implementing exception delegate that provides Carbon Core exceptions with their basic functionality. |
| Methods in org.sape.carbon.core.exception that return ExceptionDelegate | |
ExceptionDelegate |
ExceptionDelegateFactory.createDelegate(Class exceptionSource,
SeverityEnum severity,
Throwable delegatee,
String message,
Throwable cause)
Creates an exception delegate. |
protected ExceptionDelegate |
ExceptionDelegateFactory.newDelegate()
Creates a new empty exception delegate. |
| Uses of ExceptionDelegate in org.sape.carbon.services.exception |
| Classes in org.sape.carbon.services.exception that implement ExceptionDelegate | |
class |
GUIExceptionDelegate
This is the template for singleton implementations. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||