Class WrappedCollectingPSErrorHandler
java.lang.Object
com.helger.schematron.pure.errorhandler.AbstractPSErrorHandler
com.helger.schematron.pure.errorhandler.AbstractCollectingPSErrorHandler
com.helger.schematron.pure.errorhandler.WrappedCollectingPSErrorHandler
- All Implemented Interfaces:
com.helger.schematron.ISchematronErrorHandler,IPSErrorHandler
An implementation if
IPSErrorHandler that collects all error messages
in a provided error list.- Since:
- 4.2.1
- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedCollectingPSErrorHandler(com.helger.commons.error.list.ErrorList aErrorList) WrappedCollectingPSErrorHandler(com.helger.commons.error.list.ErrorList aErrorList, IPSErrorHandler aNestedErrorHandler) -
Method Summary
Methods inherited from class com.helger.schematron.pure.errorhandler.AbstractCollectingPSErrorHandler
clearResourceErrors, getAllErrors, getAllFailures, getErrorList, handleInternally, isEmpty, toStringMethods inherited from class com.helger.schematron.pure.errorhandler.AbstractPSErrorHandler
getNestedErrorHandler, handleErrorMethods 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
-
WrappedCollectingPSErrorHandler
-
WrappedCollectingPSErrorHandler
public WrappedCollectingPSErrorHandler(@Nonnull com.helger.commons.error.list.ErrorList aErrorList, @Nullable IPSErrorHandler aNestedErrorHandler)
-