Class ReportGeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.samply.reporter.report.ReportGeneratorException
All Implemented Interfaces:
Serializable

public class ReportGeneratorException extends Exception
See Also:
  • Constructor Details

    • ReportGeneratorException

      public ReportGeneratorException(String message)
    • ReportGeneratorException

      public ReportGeneratorException(String message, Throwable cause)
    • ReportGeneratorException

      public ReportGeneratorException(Throwable cause)
    • ReportGeneratorException

      public ReportGeneratorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)