org.apache.maven.continuum.reports.surefire
Class ReportTestSuiteGeneratorException

Package class diagram package ReportTestSuiteGeneratorException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.reports.surefire.ReportTestSuiteGeneratorException
All Implemented Interfaces:
java.io.Serializable

public class ReportTestSuiteGeneratorException
extends java.lang.Exception

Since:
12 nov. 07
See Also:
Serialized Form

Constructor Summary
ReportTestSuiteGeneratorException()
           
ReportTestSuiteGeneratorException(java.lang.String message)
           
ReportTestSuiteGeneratorException(java.lang.String message, java.lang.Throwable cause)
           
ReportTestSuiteGeneratorException(java.lang.Throwable cause)
           
 
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

ReportTestSuiteGeneratorException

public ReportTestSuiteGeneratorException()

ReportTestSuiteGeneratorException

public ReportTestSuiteGeneratorException(java.lang.String message)
Parameters:
message -

ReportTestSuiteGeneratorException

public ReportTestSuiteGeneratorException(java.lang.Throwable cause)
Parameters:
cause -

ReportTestSuiteGeneratorException

public ReportTestSuiteGeneratorException(java.lang.String message,
                                         java.lang.Throwable cause)
Parameters:
message -
cause -