Package io.jmix.reports.yarg.exception
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.reports.yarg.exception.ReportingException
io.jmix.reports.yarg.exception.ValidationException
- All Implemented Interfaces:
Serializable
Thrown when data loader met invalid input parameters
- See Also:
-
Field Summary
Fields inherited from class io.jmix.reports.yarg.exception.ReportingException
reportDetails -
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) ValidationException(String message, Throwable cause) ValidationException(Throwable cause) -
Method Summary
Methods inherited from class io.jmix.reports.yarg.exception.ReportingException
getMessage, getReportDetails, setReportDetailsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
public ValidationException() -
ValidationException
-
ValidationException
-
ValidationException
-