|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jconfig.utils.ConfigErrorHandler
| Constructor Summary | |
ConfigErrorHandler(java.io.PrintWriter out)
Constructor for the MyErrorHandler object |
|
| Method Summary | |
void |
error(org.xml.sax.SAXParseException spe)
Description of the Method |
void |
fatalError(org.xml.sax.SAXParseException spe)
Description of the Method |
void |
warning(org.xml.sax.SAXParseException spe)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigErrorHandler(java.io.PrintWriter out)
out - Description of the Parameter| Method Detail |
public void warning(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlerspe - Description of the Parameterorg.xml.sax.SAXException - Description of the Exception
public void error(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlerspe - Description of the Parameterorg.xml.sax.SAXException - Description of the Exception
public void fatalError(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerspe - Description of the Parameterorg.xml.sax.SAXException - Description of the Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||