public class DefaultErrorHandler extends Object implements ErrorHandler
Warnings and errors are simply ignored
| Constructor and Description |
|---|
DefaultErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(EXIException exception)
Receive notification of a recoverable error.
|
void |
warning(EXIException exception)
Receive notification of a warning.
|
public void error(EXIException exception)
ErrorHandlererror in interface ErrorHandlerexception - The error information encapsulated in a EXI exception.public void warning(EXIException exception)
ErrorHandlerParsers will use this method to report conditions that are not errors.
warning in interface ErrorHandlerexception - The warning information encapsulated in a EXI exception.Copyright © 2018 Siemens AG. All rights reserved.