public interface ExceptionHandler
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(java.lang.Throwable t) |
void |
handle(java.lang.Throwable t)
Handles the given Throwable.
|
boolean canHandle(java.lang.Throwable t)
void handle(java.lang.Throwable t)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.