|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionPurger | |
|---|---|
| org.springframework.richclient.exceptionhandling | Provides exception handlers to deal with uncaught exceptions. |
| org.springframework.richclient.exceptionhandling.delegation | Contains classes that can analyze and delegate a throwable to the appropriate exception handler. |
| Uses of ExceptionPurger in org.springframework.richclient.exceptionhandling |
|---|
| Fields in org.springframework.richclient.exceptionhandling declared as ExceptionPurger | |
|---|---|
protected ExceptionPurger |
AbstractLoggingExceptionHandler.exceptionPurger
|
| Methods in org.springframework.richclient.exceptionhandling with parameters of type ExceptionPurger | |
|---|---|
void |
AbstractLoggingExceptionHandler.setExceptionPurger(ExceptionPurger exceptionPurger)
If set the throwable will first be purged before handling it. |
| Uses of ExceptionPurger in org.springframework.richclient.exceptionhandling.delegation |
|---|
| Classes in org.springframework.richclient.exceptionhandling.delegation that implement ExceptionPurger | |
|---|---|
class |
DefaultExceptionPurger
A purger that looks through to a throwable chain and can select one to unwrap. |
| Fields in org.springframework.richclient.exceptionhandling.delegation declared as ExceptionPurger | |
|---|---|
protected ExceptionPurger |
DelegatingExceptionHandler.exceptionPurger
|
protected ExceptionPurger |
AbstractExceptionHandlerDelegate.exceptionPurger
|
| Methods in org.springframework.richclient.exceptionhandling.delegation with parameters of type ExceptionPurger | |
|---|---|
void |
DelegatingExceptionHandler.setExceptionPurger(ExceptionPurger exceptionPurger)
If set the throwable will first be purged before handling it. |
void |
AbstractExceptionHandlerDelegate.setExceptionPurger(ExceptionPurger exceptionPurger)
If set the throwable will first be purged before doing the approriate check or handling it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||