JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.charliemouse.cambozola.shared
ExceptionReporter
Contents
Description
Method Summary
Method Details
reportError(Throwable)
reportFailure(String)
reportNote(String)
Hide sidebar
Show sidebar
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)