Class ReportWriterException

  • All Implemented Interfaces:
    Serializable

    public class ReportWriterException
    extends Exception
    An exception that can be generated by the .extwriter.ReportWriter class.
    Author:
    Thomas Morgner.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReportWriterException

        public ReportWriterException()
        Creates an exception with no message and no parent.
      • ReportWriterException

        public ReportWriterException​(String message,
                                     Exception ex)
        Creates an exception.
        Parameters:
        message - the exception message.
        ex - the parent exception.
      • ReportWriterException

        public ReportWriterException​(String message)
        Creates an exception.
        Parameters:
        message - the exception message.