Class ElementValidationReportsException

All Implemented Interfaces:
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