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

public class ReportingException extends RuntimeException
Base YARG exception
See Also:
  • Field Details

    • reportDetails

      protected String reportDetails
  • Constructor Details

    • ReportingException

      public ReportingException()
    • ReportingException

      public ReportingException(String message)
    • ReportingException

      public ReportingException(String message, Throwable cause)
    • ReportingException

      public ReportingException(Throwable cause)
  • Method Details

    • getReportDetails

      public String getReportDetails()
    • setReportDetails

      public void setReportDetails(String reportDetails)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable