public static class SLDParserPlugin.ErrorHandler
extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
SLDParserPlugin.ErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.xml.sax.SAXParseException e) |
void |
fatalError(org.xml.sax.SAXParseException e) |
void |
warning(org.xml.sax.SAXParseException e) |
public final void error(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlererror in class org.xml.sax.helpers.DefaultHandlere - Exceptionorg.xml.sax.SAXExceptionpublic final void fatalError(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerfatalError in class org.xml.sax.helpers.DefaultHandlere - Exceptionorg.xml.sax.SAXExceptionpublic final void warning(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlerwarning in class org.xml.sax.helpers.DefaultHandlere - Exceptionorg.xml.sax.SAXException