|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.parser.XMLErrorHandler
public class XMLErrorHandler
This class handles the errors which occur while enforcing validation against the XML Schema. Same as the VDLErrorHandler.
| Field Summary | |
|---|---|
private LogManager |
mLogger
The handle to the logging object that is used to log the messages. |
| Constructor Summary | |
|---|---|
XMLErrorHandler()
The default constructor. |
|
| Method Summary | |
|---|---|
void |
error(SAXParseException e)
Logs the error messages which SAX parser generates while validating the XML file against an XML Schema |
void |
fatalError(SAXParseException e)
Logs the the fatal messages which SAX parser generates while validating the XML file against an XML Schema |
void |
warning(SAXParseException e)
Logs the warning messages in the SAX parser generates while validating the XML file against an XML Schema. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private LogManager mLogger
| Constructor Detail |
|---|
public XMLErrorHandler()
| Method Detail |
|---|
public void warning(SAXParseException e)
throws SAXException
warning in interface ErrorHandlere - the execption that is being caught.
SAXException
public void error(SAXParseException e)
throws SAXException
error in interface ErrorHandlere - the exception that is being caught.
SAXException
public void fatalError(SAXParseException e)
throws SAXException
fatalError in interface ErrorHandlere - the exception that is being caught
SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||