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, warningMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ContentHandler
declaration
-
Constructor Details
-
ParseErrorHandler
public ParseErrorHandler()
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler- Overrides:
errorin classDefaultHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Overrides:
fatalErrorin classDefaultHandler- Throws:
SAXException
-
reset
public void reset() -
noErrors
public boolean noErrors() -
printErrors
public void printErrors() -
toString
-