Package org.geotools.graph.util
Class ParseErrorHandler
Object
DefaultHandler
ParseErrorHandler
- All Implemented Interfaces:
Serializable
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DefaultHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ContentHandler
declaration
-
Constructor Details
-
ParseErrorHandler
public ParseErrorHandler()
-
-
Method Details
-
error
- Specified by:
error
in interfaceErrorHandler
- Overrides:
error
in classDefaultHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Overrides:
fatalError
in classDefaultHandler
- Throws:
SAXException
-
reset
public void reset() -
noErrors
public boolean noErrors() -
printErrors
public void printErrors() -
toString
-