Class WriteReportFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shakespeareframework.reporting.WriteReportFileException
All Implemented Interfaces:
Serializable

public class WriteReportFileException extends RuntimeException
A WriteReportFileException is thrown when the FileReporter fails create a report file.
See Also:
  • Constructor Details

    • WriteReportFileException

      public WriteReportFileException(String message, IOException cause)
      Parameters:
      message - the message
      cause - the causing IOException