Class CollectingPSErrorHandler
java.lang.Object
com.helger.schematron.pure.errorhandler.AbstractPSErrorHandler
com.helger.schematron.pure.errorhandler.AbstractCollectingPSErrorHandler
com.helger.schematron.pure.errorhandler.CollectingPSErrorHandler
- All Implemented Interfaces:
com.helger.schematron.ISchematronErrorHandler,IPSErrorHandler
An implementation if
IPSErrorHandler that collects all error
messages.- Author:
- Philip Helger
-
Constructor Summary
Constructors -
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
-
CollectingPSErrorHandler
public CollectingPSErrorHandler() -
CollectingPSErrorHandler
-