Package 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
-
-
Constructor Summary
Constructors Constructor Description ParseErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException e)voidfatalError(SAXParseException e)booleannoErrors()voidprintErrors()voidreset()StringtoString()-
Methods inherited from class DefaultHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
error
public void error(SAXParseException e) throws SAXException
- Specified by:
errorin interfaceErrorHandler- Overrides:
errorin classDefaultHandler- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException e) throws SAXException
- Specified by:
fatalErrorin interfaceErrorHandler- Overrides:
fatalErrorin classDefaultHandler- Throws:
SAXException
-
reset
public void reset()
-
noErrors
public boolean noErrors()
-
printErrors
public void printErrors()
-
-