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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionReportingException(String message) ReportingException(String message, Throwable cause) ReportingException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
reportDetails
 
- 
- 
Constructor Details- 
ReportingExceptionpublic ReportingException()
- 
ReportingException
- 
ReportingException
- 
ReportingException
 
- 
- 
Method Details- 
getReportDetails
- 
setReportDetails
- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-