Package com.sun.msv.relaxns.verifier
Class SchemaProviderImpl.ErrorHandlerFilter
java.lang.Object
com.sun.msv.relaxns.verifier.SchemaProviderImpl.ErrorHandlerFilter
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- SchemaProviderImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException spe) void
void
warning
(SAXParseException spe)
-
Field Details
-
core
-
hadError
boolean hadError
-
-
Constructor Details
-
ErrorHandlerFilter
ErrorHandlerFilter(ErrorHandler handler)
-
-
Method Details
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-