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 void
error(SAXParseException e)
Error Event Handler.void
fatalError(SAXParseException e)
Fatal Error Event Handler.void
warning(SAXParseException e)
Warning Event Handler.
-
Constructor Details
-
PluginXMLParserErrorHandler
public PluginXMLParserErrorHandler()
-
-
Method Details
-
error
Error Event Handler.- Specified by:
error
in 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:
fatalError
in 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:
warning
in interfaceErrorHandler
- Parameters:
e
- The SAXException, which was thrown by the parser.- Throws:
SAXException
- if this method is called by the parser.
-