Class SAXErrorHandler
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.sld.SAXErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
public class SAXErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description SAXErrorHandler(PrintWriter out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(SAXParseException spe)
void
fatalError(SAXParseException spe)
void
warning(SAXParseException spe)
-
-
-
Constructor Detail
-
SAXErrorHandler
public SAXErrorHandler(PrintWriter out)
-
-
Method Detail
-
warning
public void warning(SAXParseException spe) throws SAXException
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
error
public void error(SAXParseException spe) throws SAXException
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException spe) throws SAXException
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
-