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 TypeMethodDescriptionvoiderror(SAXParseException spe) voidvoidwarning(SAXParseException spe)
-
Field Details
-
core
-
hadError
boolean hadError
-
-
Constructor Details
-
ErrorHandlerFilter
ErrorHandlerFilter(ErrorHandler handler)
-
-
Method Details
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-