Package io.jmix.reports.yarg.exception
Class ReportingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.reports.yarg.exception.ReportingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataLoadingException
,InitializationException
,NoFreePortsException
,OpenOfficeException
,ReportFormattingException
,ReportingInterruptedException
,ReportingXmlException
,UnsupportedFormatException
,UnsupportedLoaderException
,ValidationException
Base YARG exception
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReportingException
(String message) ReportingException
(String message, Throwable cause) ReportingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
reportDetails
-
-
Constructor Details
-
ReportingException
public ReportingException() -
ReportingException
-
ReportingException
-
ReportingException
-
-
Method Details
-
getReportDetails
-
setReportDetails
-
getMessage
- Overrides:
getMessage
in classThrowable
-