Package io.qameta.allure
Class ReportGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qameta.allure.ReportGenerationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReportGenerationException(String message) Constructs theReportGenerationExceptionwith specified detail message.ReportGenerationException(String message, Throwable cause) Constructs theReportGenerationExceptionfrom given cause.Constructs theReportGenerationExceptionfrom given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReportGenerationException
Constructs theReportGenerationExceptionfrom given cause.- Parameters:
cause- givenThrowablecause
-
ReportGenerationException
Constructs theReportGenerationExceptionfrom given cause. and detail message.- Parameters:
message- the detail message.cause- givenThrowablecause
-
ReportGenerationException
Constructs theReportGenerationExceptionwith specified detail message.- Parameters:
message- the detail message.
-