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:
Serializable
- Enclosing class:
CustomReport
The class ReportException indicates an error during report creation.
The harness can print or show Exception's text
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReportException
(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
-
Constructor Details
-
ReportException
Constructs a new exception with the specified detail message.
-