|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.siemens.ct.exi.helpers.DefaultErrorHandler
public class DefaultErrorHandler
Default Error Handler for EXI exceptions.
Warnings and errors are simply ignored
Constructor Summary | |
---|---|
DefaultErrorHandler()
|
Method Summary | |
---|---|
void |
error(EXIException exception)
Receive notification of a recoverable error. |
void |
warning(EXIException exception)
Receive notification of a warning. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultErrorHandler()
Method Detail |
---|
public void error(EXIException exception)
ErrorHandler
error
in interface ErrorHandler
exception
- The error information encapsulated in a EXI exception.public void warning(EXIException exception)
ErrorHandler
Parsers will use this method to report conditions that are not errors.
warning
in interface ErrorHandler
exception
- The warning information encapsulated in a EXI exception.
|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |