@Component(value="cuba_DeletePolicyHandler") public class DeletePolicyHandler extends java.lang.Object implements GenericExceptionHandler, org.springframework.core.Ordered
DeletePolicyException. Determines the exception type by searching a special marker string in the
messages of all exceptions in the chain.HIGHEST_PLATFORM_PRECEDENCE, LOWEST_PLATFORM_PRECEDENCE| Constructor and Description |
|---|
DeletePolicyHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
boolean |
handle(java.lang.Throwable exception,
WindowManager windowManager)
Handle an exception.
|
public boolean handle(java.lang.Throwable exception,
WindowManager windowManager)
GenericExceptionHandlerhandle in interface GenericExceptionHandlerexception - exception instancewindowManager - WindowManager instancepublic int getOrder()
getOrder in interface org.springframework.core.Ordered