| |
|
| java.lang.Object org.griphyn.cPlanner.parser.XMLErrorHandler
XMLErrorHandler | public class XMLErrorHandler implements ErrorHandler(Code) | | This class handles the errors which occur while enforcing validation against
the XML Schema. Same as the VDLErrorHandler.
author: Karan Vahi author: Gaurang Mehta author: $Revision: 50 $ |
XMLErrorHandler | public XMLErrorHandler()(Code) | | The default constructor.
Initializes the logger object.
|
error | public void error(SAXParseException e) throws SAXException(Code) | | Logs the error messages which SAX parser generates while
validating the XML file against an XML Schema
Parameters: e - the exception that is being caught. |
fatalError | public void fatalError(SAXParseException e) throws SAXException(Code) | | Logs the the fatal messages which SAX parser generates while
validating the XML file against an XML Schema
Parameters: e - the exception that is being caught |
warning | public void warning(SAXParseException e) throws SAXException(Code) | | Logs the warning messages in the SAX parser generates while
validating the XML file against an XML Schema.
Parameters: e - the execption that is being caught. |
|
|
|