@Component(value="cuba_NumericOverflowExceptionHandler") public class NumericOverflowExceptionHandler extends AbstractGenericExceptionHandler
UiExceptionHandler.UiContextclassNamesHIGHEST_PLATFORM_PRECEDENCE, LOWEST_PLATFORM_PRECEDENCE| Constructor and Description |
|---|
NumericOverflowExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canHandle(java.lang.String className,
java.lang.String message,
java.lang.Throwable throwable)
Should be implemented in subclasses if the exception class name is not enough to determine the ability to
handle the exception.
|
protected void |
doHandle(java.lang.String className,
java.lang.String message,
java.lang.Throwable throwable,
WindowManager windowManager)
Perform exception handling.
|
handleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleprotected boolean canHandle(java.lang.String className,
java.lang.String message,
@Nullable
java.lang.Throwable throwable)
AbstractGenericExceptionHandlercanHandle in class AbstractGenericExceptionHandlerclassName - exception class namemessage - exception messagethrowable - exception instance. Can be null if the exception occurred on the server side and this
exception class isn't accessible by the client.protected void doHandle(java.lang.String className,
java.lang.String message,
@Nullable
java.lang.Throwable throwable,
WindowManager windowManager)
AbstractGenericExceptionHandlerdoHandle in class AbstractGenericExceptionHandlerclassName - actual exception class namemessage - exception messagethrowable - exception instance. Can be null if the exception occurred on the server side and this
exception class isn't accessible by the client.windowManager - WindowManager instance