org.geotools.graph.util
Class ParseErrorHandler
Object
DefaultHandler
ParseErrorHandler
- All Implemented Interfaces:
- Serializable, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class ParseErrorHandler
- extends DefaultHandler
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
ParseErrorHandler
public ParseErrorHandler()
error
public void error(SAXParseException e)
throws SAXException
- Specified by:
error
in interface ErrorHandler
- Overrides:
error
in class DefaultHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException e)
throws SAXException
- Specified by:
fatalError
in interface ErrorHandler
- Overrides:
fatalError
in class DefaultHandler
- Throws:
SAXException
reset
public void reset()
noErrors
public boolean noErrors()
printErrors
public void printErrors()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1996-2014 Geotools. All Rights Reserved.