public class ParseErrorHandler extends DefaultHandler implements Serializable
| Constructor and Description |
|---|
ParseErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException e) |
void |
fatalError(SAXParseException e) |
boolean |
noErrors() |
void |
printErrors() |
void |
reset() |
String |
toString() |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic void error(SAXParseException e) throws SAXException
error in interface ErrorHandlererror in class DefaultHandlerSAXExceptionpublic void fatalError(SAXParseException e) throws SAXException
fatalError in interface ErrorHandlerfatalError in class DefaultHandlerSAXExceptionpublic void reset()
public boolean noErrors()
public void printErrors()
Copyright © 1996–2019 Geotools. All rights reserved.