Class ReportDefinitionException

  • All Implemented Interfaces:
    Serializable

    public class ReportDefinitionException
    extends Exception
    An exception that is thrown, if a report could not be defined. This encapsulates parse errors as well as runtime exceptions caused by invalid setup code.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReportDefinitionException

        public ReportDefinitionException()
      • ReportDefinitionException

        public ReportDefinitionException​(String message,
                                         Exception ex)
      • ReportDefinitionException

        public ReportDefinitionException​(String message)