Package com.helger.schematron.svrl
Class SVRLFailedAssert
java.lang.Object
com.helger.schematron.svrl.AbstractSVRLMessage
com.helger.schematron.svrl.SVRLFailedAssert
A wrapper around
FailedAssert with easier error level handling.- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionSVRLFailedAssert(FailedAssert aFailedAssert) SVRLFailedAssert(FailedAssert aFailedAssert, Function<? super FailedAssert, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) SVRLFailedAssert(FailedAssert aFailedAssert, Function<? super FailedAssert, String> aLocationProvider, Function<? super FailedAssert, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) -
Method Summary
Methods inherited from class com.helger.schematron.svrl.AbstractSVRLMessage
getAsResourceError, getDiagnosticReferences, getFlag, getID, getLocation, getRole, getTest, getText, toString
-
Constructor Details
-
SVRLFailedAssert
-
SVRLFailedAssert
public SVRLFailedAssert(@Nonnull FailedAssert aFailedAssert, @Nonnull Function<? super FailedAssert, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) -
SVRLFailedAssert
public SVRLFailedAssert(@Nonnull FailedAssert aFailedAssert, @Nonnull Function<? super FailedAssert, String> aLocationProvider, @Nonnull Function<? super FailedAssert, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider)
-