public class SystemErrListener extends Object implements ErrorListener
ErrorListener. Any error event this
listener receives is stripped from its machine sense and the remaining
human-readable part of the error event is piped to System.err.ErrorEvent| Constructor and Description |
|---|
SystemErrListener()
Constructs a new System err listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
errorOccured(ErrorEvent ee)
Processes the error event.
|
public SystemErrListener()
public void errorOccured(ErrorEvent ee)
errorOccured in interface ErrorListeneree - The error event describing the error occured.