|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.xml.SimpleErrorHandler
Field Summary | |
private static boolean |
DEBUG
Debug flag |
Constructor Summary | |
SimpleErrorHandler()
SimpleErrorHandler constructor comment. |
Method Summary | |
void |
error(org.xml.sax.SAXParseException ex)
This error method is called by the SAX parser when it encounts a recoverable(can continue parsing) error. |
void |
fatalError(org.xml.sax.SAXParseException ex)
This fatalError method is called by the SAX parser when it encounts a fatal(can't continue parsing) error. |
void |
warning(org.xml.sax.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 |
Field Detail |
private static final boolean DEBUG
Constructor Detail |
public SimpleErrorHandler()
Method Detail |
public void error(org.xml.sax.SAXParseException ex) throws org.xml.sax.SAXException
error
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void fatalError(org.xml.sax.SAXParseException ex) throws org.xml.sax.SAXException
fatalError
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void warning(org.xml.sax.SAXParseException ex) throws org.xml.sax.SAXException
warning
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |