Class CustomReport.ReportException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CustomReport

    public class CustomReport.ReportException
    extends java.io.IOException
    The class ReportException indicates an error during report creation. The harness can print or show Exception's text
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportException​(java.lang.String message)
      Constructs a new exception with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReportException

        public ReportException​(java.lang.String message)
        Constructs a new exception with the specified detail message.