Interface | Description |
---|---|
ErrorReporter |
Represents an object that can forward an error
Report to the display and permanent storage. |
Class | Description |
---|---|
BasicErrorReporter |
Represents a basic error reporter that prints error reports to the standard error stream.
|
DelegatedErrorReporter |
Construct an error reporter that delegates to another error reporter.
|
DetailedErrorReporter |
Internal class used to handle exceptions.
|
Report |
Represents a error or warning report.
|
Report.ReportBuilder |
Must be constructed through the factory method in Report.
|
ReportType |
Represents a strongly-typed report.
|