|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.xml.SimpleErrorHandler
public class SimpleErrorHandler
Constructor Summary | |
---|---|
SimpleErrorHandler()
SimpleErrorHandler constructor comment. |
Method Summary | |
---|---|
void |
error(SAXParseException ex)
This error method is called by the SAX parser when it encounts a recoverable(can continue parsing) error. |
void |
fatalError(SAXParseException ex)
This fatalError method is called by the SAX parser when it encounts a fatal(can't continue parsing) error. |
void |
warning(SAXParseException ex)
This warning is called by the SAX parser when there is the danger of a confusion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleErrorHandler()
Method Detail |
---|
public void error(SAXParseException ex) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException ex) throws SAXException
fatalError
in interface ErrorHandler
SAXException
public void warning(SAXParseException ex) throws SAXException
warning
in interface ErrorHandler
SAXException
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |