GATE
Version 3.1-2270

gate.util
Class LaxErrorHandler

java.lang.Object
  extended by gate.util.LaxErrorHandler
All Implemented Interfaces:
ErrorHandler
Direct Known Subclasses:
TemplateLaxErrorHandler

public abstract class LaxErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
LaxErrorHandler()
          LaxErrorHandler constructor comment.
 
Method Summary
abstract  void error(SAXParseException ex)
          error method comment.
abstract  void fatalError(SAXParseException ex)
          fatalError method comment.
abstract  void warning(SAXParseException ex)
          warning method comment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaxErrorHandler

public LaxErrorHandler()
LaxErrorHandler constructor comment.

Method Detail

error

public abstract void error(SAXParseException ex)
                    throws SAXException
error method comment.

Specified by:
error in interface ErrorHandler
Throws:
SAXException

fatalError

public abstract void fatalError(SAXParseException ex)
                         throws SAXException
fatalError method comment.

Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException

warning

public abstract void warning(SAXParseException ex)
                      throws SAXException
warning method comment.

Specified by:
warning in interface ErrorHandler
Throws:
SAXException

GATE
Version 3.1-2270