Class ElementValidationReportsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.common.UncheckedException
de.espirit.firstspirit.access.AccessRuntimeException
de.espirit.firstspirit.agency.ElementValidationReportsException
All Implemented Interfaces:
de.espirit.common.LocalizableError, Serializable

public class ElementValidationReportsException extends AccessRuntimeException
Exception thrown on validation containing reports on all validated elements.
Since:
5.0.8
See Also:
  • Constructor Details

    • ElementValidationReportsException

      public ElementValidationReportsException()
  • Method Details

    • getElementReports

      public Set<ElementValidationReport> getElementReports()
      Get the reports on elements.
      Returns:
      The element reports.
      Since:
      5.0.8