|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorHandler
Basic interface for EXI error handlers.
If a EXI application needs to implement customized error handling, it must implement this interface and then register an instance.
Method Summary | |
---|---|
void |
error(EXIException exception)
Receive notification of a recoverable error. |
void |
warning(EXIException exception)
Receive notification of a warning. |
Method Detail |
---|
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.
|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |