public final class WriterInternalErrorReporter extends AbstractInternalErrorReporter
prototype reference
to an instance
that sends the errors to System.out
.Modifier and Type | Field and Description |
---|---|
static WriterInternalErrorReporter |
SYSTEM_ERR
Prototype reference that writes to the standard err.
|
static WriterInternalErrorReporter |
SYSTEM_OUT
Prototype reference that writes to the standard out.
|
Constructor and Description |
---|
WriterInternalErrorReporter(java.io.Writer w) |
Modifier and Type | Method and Description |
---|---|
void |
internalErrorImpl(java.lang.Exception e) |
void |
internalErrorImpl(java.lang.String message) |
getNumInternalErrors, internalError, internalError
public static final WriterInternalErrorReporter SYSTEM_OUT
public static final WriterInternalErrorReporter SYSTEM_ERR
public void internalErrorImpl(java.lang.String message)
internalErrorImpl
in class AbstractInternalErrorReporter
public void internalErrorImpl(java.lang.Exception e)
internalErrorImpl
in class AbstractInternalErrorReporter