VUtils – Release 1
Uses of Interface org.violetlib.util.ErrorReporter
-
-
-
Modifier and Type |
Interface and Description |
interface |
SimpleReporter
A simple interface for reporting errors and information.
|
Modifier and Type |
Class and Description |
class |
NullReporter
A reporter that discards the messages.
|
Modifier and Type |
Method and Description |
static ErrorReporter |
ErrorReporter.sink()
Return an error reporter that discards all messages.
|