|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ExceptionHandlerDelegate | |
---|---|
org.springframework.richclient.exceptionhandling.delegation | Contains classes that can analyze and delegate a throwable to the appropriate exception handler. |
Uses of ExceptionHandlerDelegate in org.springframework.richclient.exceptionhandling.delegation |
---|
Classes in org.springframework.richclient.exceptionhandling.delegation that implement ExceptionHandlerDelegate | |
---|---|
class |
AbstractExceptionHandlerDelegate
Superclass for delegate implementations |
class |
ChainInspectingExceptionHandlerDelegate
Checks the exception chain to determine if it wants to handle it. |
class |
SimpleExceptionHandlerDelegate
Handles the thrownTrowable by the exception handler if it is an instance of one of the throwableClassList. |
Fields in org.springframework.richclient.exceptionhandling.delegation with type parameters of type ExceptionHandlerDelegate | |
---|---|
protected List<ExceptionHandlerDelegate> |
DelegatingExceptionHandler.delegateList
|
Method parameters in org.springframework.richclient.exceptionhandling.delegation with type arguments of type ExceptionHandlerDelegate | |
---|---|
void |
DelegatingExceptionHandler.setDelegateList(List<ExceptionHandlerDelegate> delegateList)
Sets the list of delegates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |