Class DoNothingPSErrorHandler
java.lang.Object
com.helger.schematron.pure.errorhandler.AbstractPSErrorHandler
com.helger.schematron.pure.errorhandler.DoNothingPSErrorHandler
- All Implemented Interfaces:
com.helger.schematron.ISchematronErrorHandler,IPSErrorHandler
An implementation if
IPSErrorHandler that does nothing and swallows
all output.- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleInternally(com.helger.commons.error.IError aError) The internal method to handle warnings and errors.Methods inherited from class com.helger.schematron.pure.errorhandler.AbstractPSErrorHandler
getNestedErrorHandler, handleError, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.schematron.pure.errorhandler.IPSErrorHandler
error
-
Constructor Details
-
DoNothingPSErrorHandler
public DoNothingPSErrorHandler()
-
-
Method Details
-
handleInternally
Description copied from class:AbstractPSErrorHandlerThe internal method to handle warnings and errors.- Specified by:
handleInternallyin classAbstractPSErrorHandler- Parameters:
aError- The structured error. May not benull.
-