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 void
error(SAXParseException e)
void
fatalError(SAXParseException e)
boolean
noErrors()
void
printErrors()
void
reset()
String
toString()
-
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:
error
in interfaceErrorHandler
- Overrides:
error
in classDefaultHandler
- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException e) throws SAXException
- Specified by:
fatalError
in interfaceErrorHandler
- Overrides:
fatalError
in classDefaultHandler
- Throws:
SAXException
-
reset
public void reset()
-
noErrors
public boolean noErrors()
-
printErrors
public void printErrors()
-
-