public class EasyBeansErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
EasyBeansErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException exception)
Receive notification of a recoverable error.
|
void |
fatalError(SAXParseException exception)
Receive notification of a non-recoverable error.
|
void |
warning(SAXParseException exception)
Receive notification of a warning.
|
public void warning(SAXParseException exception) throws SAXException
warning in interface ErrorHandlerexception - exception to throwSAXException - if an error is thrownpublic void error(SAXParseException exception) throws SAXException
error in interface ErrorHandlerexception - exception to throwSAXException - if an error is thrownpublic void fatalError(SAXParseException exception) throws SAXException
fatalError in interface ErrorHandlerexception - exception to throwSAXException - if an error is thrownCopyright © 2007-2013 OW2 Consortium. All Rights Reserved.