JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.charliemouse.cambozola.shared
Interface ExceptionReporter
All Known Implementing Classes:
Viewer
public interface
ExceptionReporter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
reportError
(
Throwable
t)
void
reportFailure
(
String
s)
void
reportNote
(
String
s)
Method Details
reportError
void
reportError
(
Throwable
t)
reportFailure
void
reportFailure
(
String
s)
reportNote
void
reportNote
(
String
s)