JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
io.ciera.runtime.api
Package
io.ciera.runtime.api.application
Interface ExceptionHandler
public interface
ExceptionHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleError
(
RuntimeException
e)
void
handleSoftError
(
RuntimeException
e)
Method Details
handleError
void
handleError
(
RuntimeException
e)
handleSoftError
void
handleSoftError
(
RuntimeException
e)