Package io.jmix.reports.yarg.exception
Class InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.reports.yarg.exception.ReportingException
io.jmix.reports.yarg.exception.InitializationException
- All Implemented Interfaces:
Serializable
Thrown when initialization of internal parts of reporting fails
Example: you have provided wrong database driver class name
- See Also:
-
Field Summary
Fields inherited from class io.jmix.reports.yarg.exception.ReportingException
reportDetails
-
Constructor Summary
ConstructorDescriptionInitializationException
(String message) InitializationException
(String message, Throwable cause) InitializationException
(Throwable cause) -
Method Summary
Methods inherited from class io.jmix.reports.yarg.exception.ReportingException
getMessage, getReportDetails, setReportDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InitializationException
public InitializationException() -
InitializationException
-
InitializationException
-
InitializationException
-