public class SchemaValidatorErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
SchemaValidatorErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException e) |
void |
fatalError(SAXParseException e) |
Exception |
getException() |
boolean |
noErrors() |
void |
reset() |
void |
warning(SAXParseException e) |
public void error(SAXParseException e) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException e) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic void warning(SAXParseException e) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic Exception getException()
public boolean noErrors()
public void reset()
Copyright © 2012. All Rights Reserved.