Package org.graffiti.managers.pluginmgr
Class PluginXMLParserErrorHandler
java.lang.Object
org.graffiti.managers.pluginmgr.PluginXMLParserErrorHandler
- All Implemented Interfaces:
ErrorHandler
public class PluginXMLParserErrorHandler extends Object implements ErrorHandler
An error handler class for the plugin xml parser.
- Version:
- $Revision: 1.4 $
-
Constructor Summary
Constructors Constructor Description PluginXMLParserErrorHandler() -
Method Summary
Modifier and Type Method Description voiderror(SAXParseException e)Error Event Handler.voidfatalError(SAXParseException e)Fatal Error Event Handler.voidwarning(SAXParseException e)Warning Event Handler.
-
Constructor Details
-
PluginXMLParserErrorHandler
public PluginXMLParserErrorHandler()
-
-
Method Details
-
error
Error Event Handler.- Specified by:
errorin interfaceErrorHandler- Parameters:
e- The SAXException, which was thrown by the parser.- Throws:
SAXException- if this method is called by the parser.
-
fatalError
Fatal Error Event Handler.- Specified by:
fatalErrorin interfaceErrorHandler- Parameters:
e- The SAXException, which was thrown by the parser.- Throws:
SAXException- if this method is called by the parser.
-
warning
Warning Event Handler.- Specified by:
warningin interfaceErrorHandler- Parameters:
e- The SAXException, which was thrown by the parser.- Throws:
SAXException- if this method is called by the parser.
-