Class GenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.report.dashboard.GenerationException
- All Implemented Interfaces:
 Serializable
The class GenerationException provides an exception when report generation
 fails.
- Since:
 - 3.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new configuration exception.GenerationException(String message) Instantiates a new configuration exception.GenerationException(String message, Throwable cause) Instantiates a new configuration exception. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
GenerationException
public GenerationException()Instantiates a new configuration exception. - 
GenerationException
Instantiates a new configuration exception.- Parameters:
 message- the message
 - 
GenerationException
Instantiates a new configuration exception.- Parameters:
 message- the messagecause- the cause
 
 -