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, warning
public void error(SAXParseException e) throws SAXException
error
in interface ErrorHandler
error
in class DefaultHandler
SAXException
public void fatalError(SAXParseException e) throws SAXException
fatalError
in interface ErrorHandler
fatalError
in class DefaultHandler
SAXException
public void reset()
public boolean noErrors()
public void printErrors()
Copyright © 1996–2019 Geotools. All rights reserved.