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

public class ValidatorAssertionError extends AssertionError
See Also:
  • Constructor Details

    • ValidatorAssertionError

      public ValidatorAssertionError(String message, Map<RbelElement,SortedSet<de.gematik.rbellogger.data.core.RbelMismatchNoteFacet>> mismatchNotes)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getMismatchNotes

      public Map<RbelElement,SortedSet<de.gematik.rbellogger.data.core.RbelMismatchNoteFacet>> getMismatchNotes()