net.thucydides.core.reports.xml
Class NotAThucydidesReportException

Package class diagram package NotAThucydidesReportException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.thucydides.core.reports.xml.NotAThucydidesReportException
All Implemented Interfaces:
Serializable

public class NotAThucydidesReportException
extends 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
NotAThucydidesReportException(String message, Throwable e)
           
 
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

NotAThucydidesReportException

public NotAThucydidesReportException(String message,
                                     Throwable e)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.