Package com.sun.msv.relaxns.verifier
Class ErrorHandlerAdaptor
- java.lang.Object
-
- com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
-
- All Implemented Interfaces:
ErrorHandler
public class ErrorHandlerAdaptor extends Object implements ErrorHandler
wraps ISORELAX ErrorHandler by VerificationErrorHandler interface.- Author:
- Kohsuke KAWAGUCHI
-
-
Constructor Summary
Constructors Constructor Description ErrorHandlerAdaptor(org.iso_relax.dispatcher.Dispatcher core)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(SAXParseException error)
void
fatalError(SAXParseException error)
void
warning(SAXParseException error)
-
-
-
Method Detail
-
fatalError
public void fatalError(SAXParseException error) throws SAXException
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
error
public void error(SAXParseException error) throws SAXException
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
warning
public void warning(SAXParseException error) throws SAXException
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
-