| Interface | Description |
|---|---|
| NoticeReporter |
Interface representing error reporting behavior.
|
| RequestInfoGenerator<T> |
Interface that parses the properties of an object and turns it
into the the response JSON sent to Honeybadger.
|
| Class | Description |
|---|---|
| FeedbackForm |
Utility class responsible for rendering the Honeybadger feedback form.
|
| HoneybadgerCLI |
Simple CLI utility that will allow you to post an error message to
Honeybadger.
|
| HoneybadgerReporter |
Reporter utility class that gives a simple interface for sending Java
Throwable classes to the Honeybadger API. |
| HoneybadgerUncaughtExceptionHandler |
Exception handler class that sends errors to Honey Badger by default.
|
| NoticeReportResult |
Data object representing that results of an error submission to the
Honeybadger API.
|
| Exception | Description |
|---|---|
| HoneybadgerException |
Exception class representing an error state with Honeybadger error reporting.
|