public interface ErrorHandler
If a EXI application needs to implement customized error handling, it must implement this interface and then register an instance.
| 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.
|
void warning(EXIException exception)
Parsers will use this method to report conditions that are not errors.
exception - The warning information encapsulated in a EXI exception.void error(EXIException exception)
exception - The error information encapsulated in a EXI exception.Copyright © 2018 Siemens AG. All rights reserved.