Package de.espirit.firstspirit.agency
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:
LocalizableError
,Serializable
Exception thrown on validation containing reports on all validated elements.
- Since:
- 5.0.8
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the reports on elements.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementValidationReportsException
public ElementValidationReportsException()
-
-
Method Details
-
getElementReports
Get the reports on elements.- Returns:
- The element reports.
- Since:
- 5.0.8
-