org.geotools.graph.util
Class ParseErrorHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.geotools.graph.util.ParseErrorHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, java.io.Serializable

public class ParseErrorHandler
extends org.xml.sax.helpers.DefaultHandler
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ParseErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException e)
           
 void fatalError(org.xml.sax.SAXParseException e)
           
 boolean noErrors()
           
 void printErrors()
           
 void reset()
           
 java.lang.String toString()
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseErrorHandler

public ParseErrorHandler()
Method Detail

error

public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXException
Specified by:
error in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXException
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

reset

public void reset()

noErrors

public boolean noErrors()

printErrors

public void printErrors()

toString

public java.lang.String toString()


Copyright © GeoTools. All Rights Reserved.