|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.osesb.utilities.xml.DefaultErrorHandler
public class DefaultErrorHandler
The default parser error handler, which logs errors using the Log provider.
| Constructor Summary | |
|---|---|
DefaultErrorHandler()
Creates a new instance of DefaultErrorHandler |
|
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException spe)
Callback function for the xml parser for errors. |
void |
fatalError(org.xml.sax.SAXParseException spe)
Callback function for the xml parser for fatalErrors. |
void |
warning(org.xml.sax.SAXParseException spe)
Callback function for the xml parser for warnings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultErrorHandler()
| Method Detail |
|---|
public void warning(org.xml.sax.SAXParseException spe)
warning in interface org.xml.sax.ErrorHandlerspe - a SAXParseException value
public void error(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXParseException
error in interface org.xml.sax.ErrorHandlerspe - a SAXParseException value
org.xml.sax.SAXParseException
public void fatalError(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXParseException
fatalError in interface org.xml.sax.ErrorHandlerspe - a SAXParseException value
org.xml.sax.SAXParseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||