Class ValidatorAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
de.gematik.test.tiger.lib.exception.ValidatorAssertionError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidatorAssertionError(String message, Map<RbelElement, SortedSet<de.gematik.rbellogger.data.core.RbelMismatchNoteFacet>> mismatchNotes) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanMap<RbelElement,SortedSet<de.gematik.rbellogger.data.core.RbelMismatchNoteFacet>> inthashCode()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidatorAssertionError
public ValidatorAssertionError(String message, Map<RbelElement, SortedSet<de.gematik.rbellogger.data.core.RbelMismatchNoteFacet>> mismatchNotes)
-
-
Method Details