Package com.sun.msv.relaxns.verifier
Class SchemaProviderImpl.ErrorHandlerFilter
- java.lang.Object
-
- com.sun.msv.relaxns.verifier.SchemaProviderImpl.ErrorHandlerFilter
-
- All Implemented Interfaces:
org.xml.sax.ErrorHandler
- Enclosing class:
- SchemaProviderImpl
private static class SchemaProviderImpl.ErrorHandlerFilter extends java.lang.Object implements org.xml.sax.ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description ErrorHandlerFilter(org.xml.sax.ErrorHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(org.xml.sax.SAXParseException spe)
void
fatalError(org.xml.sax.SAXParseException spe)
void
warning(org.xml.sax.SAXParseException spe)
-
-
-
Method Detail
-
fatalError
public void fatalError(org.xml.sax.SAXParseException spe) throws org.xml.sax.SAXException
- Specified by:
fatalError
in interfaceorg.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
-
error
public void error(org.xml.sax.SAXParseException spe) throws org.xml.sax.SAXException
- Specified by:
error
in interfaceorg.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
-
warning
public void warning(org.xml.sax.SAXParseException spe) throws org.xml.sax.SAXException
- Specified by:
warning
in interfaceorg.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
-
-