public class ErrorHandlerAdapter extends Object implements ErrorHandler
ErrorHandler
that does nothing; meant
to be used as the base for a useful implementation, in cases where you
only want to intercept certain conditions (such as validation errors).Constructor and Description |
---|
ErrorHandlerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
void |
warning(SAXParseException exception) |
public void fatalError(SAXParseException exception) throws SAXException
fatalError
in interface ErrorHandler
SAXException
public void error(SAXParseException exception) throws SAXException
error
in interface ErrorHandler
SAXException
public void warning(SAXParseException exception) throws SAXException
warning
in interface ErrorHandler
SAXException