Package com.sun.msv.relaxns.verifier
Class ErrorHandlerAdaptor
java.lang.Object
com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
- All Implemented Interfaces:
ErrorHandler
wraps ISORELAX ErrorHandler by VerificationErrorHandler interface.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException error) void
fatalError
(SAXParseException error) void
warning
(SAXParseException error)
-
Field Details
-
core
private final org.iso_relax.dispatcher.Dispatcher core
-
-
Constructor Details
-
ErrorHandlerAdaptor
public ErrorHandlerAdaptor(org.iso_relax.dispatcher.Dispatcher core)
-
-
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
-