Class CustomReport.ReportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.javatest.report.CustomReport.ReportException
All Implemented Interfaces:
Serializable
Enclosing class:
CustomReport

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

    • ReportException

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