gate.util
Class TemplateLaxErrorHandler

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

public class TemplateLaxErrorHandler
extends LaxErrorHandler


Constructor Summary
TemplateLaxErrorHandler()
          TemplateLaxErrorHandler constructor comment.
 
Method Summary
 void error(SAXParseException ex)
          error method comment.
 void fatalError(SAXParseException ex)
          fatalError method comment.
 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

TemplateLaxErrorHandler

public TemplateLaxErrorHandler()
TemplateLaxErrorHandler constructor comment.

Method Detail

error

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

Specified by:
error in interface ErrorHandler
Specified by:
error in class LaxErrorHandler
Throws:
SAXException

fatalError

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

Specified by:
fatalError in interface ErrorHandler
Specified by:
fatalError in class LaxErrorHandler
Throws:
SAXException

warning

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

Specified by:
warning in interface ErrorHandler
Specified by:
warning in class LaxErrorHandler
Throws:
SAXException