| Modifier and Type | Method and Description |
|---|---|
default void |
accept(Throwable e)
Equivalent to
handle(e). |
void |
handle(Throwable e)
Handles given checked exception.
|
void |
handleFatal(Throwable e)
Handles unchecked fatal exception.
|
default void accept(Throwable e)
handle(e).void handle(Throwable e)
e - exceptionvoid handleFatal(Throwable e)
e - exceptionCopyright © 2017. All rights reserved.