Class NotAThucydidesReportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.thucydides.core.reports.xml.NotAThucydidesReportException
All Implemented Interfaces:
java.io.Serializable

public class NotAThucydidesReportException
extends java.lang.Exception
Exception thrown if we attempt to process a file that is not a valid Thucydides XML report.
Author:
johnsmart
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    NotAThucydidesReportException​(java.lang.String message, java.lang.Throwable e)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NotAThucydidesReportException

      public NotAThucydidesReportException​(java.lang.String message, java.lang.Throwable e)