Package com.sun.javatest.report
Class CustomReport.ReportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sun.javatest.report.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.
-