public interface ExceptionHandler
for some predefined handlers| Modifier and Type | Method and Description |
|---|---|
void |
handle(RuntimeException exception)
Act on an exception, this method should be called by clients when an
exception occurs in wrapped code.
|
void handle(RuntimeException exception)
exception - the exception to handleCopyright © 2018 Atlassian. All rights reserved.