|
||||||||||
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 ParameterMethod Detail |
public void warning(org.xml.sax.SAXParseException spe) throws org.xml.sax.SAXException
warning
in interface org.xml.sax.ErrorHandler
spe
- Description of the Parameterorg.xml.sax.SAXException
- Description of the Exceptionpublic void error(org.xml.sax.SAXParseException spe) throws org.xml.sax.SAXException
error
in interface org.xml.sax.ErrorHandler
spe
- Description of the Parameterorg.xml.sax.SAXException
- Description of the Exceptionpublic void fatalError(org.xml.sax.SAXParseException spe) throws org.xml.sax.SAXException
fatalError
in interface org.xml.sax.ErrorHandler
spe
- 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 |