Class ErrorHandlerImpl

java.lang.Object
com.sun.msv.verifier.util.ErrorHandlerImpl
All Implemented Interfaces:
ErrorHandler

public class ErrorHandlerImpl extends Object implements ErrorHandler
default implementation of ErrorHandler. If an error is found, this implementation will throw it as an exception so that no further processing of the document will be performed.

All warnings are ignored.