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
ErrorHandlerAdaptor(Dispatcher core)
           
 
Method Summary
 void error(SAXParseException error)
           
 void fatalError(SAXParseException error)
           
 void warning(SAXParseException error)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandlerAdaptor

public ErrorHandlerAdaptor(Dispatcher core)
Method Detail

fatalError

public void fatalError(SAXParseException error)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler

error

public void error(SAXParseException error)
           throws SAXException
Specified by:
error in interface ErrorHandler

warning

public void warning(SAXParseException error)
             throws SAXException
Specified by:
warning in interface ErrorHandler