com.sun.javatest.report
Class CustomReport.ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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
CustomReport.ReportException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

CustomReport.ReportException

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



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.