Package org.apache.jmeter.report.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.report.config.ConfigurationException
- All Implemented Interfaces:
Serializable
The class ConfigurationException provides an exception when configuration
properties loading fails.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new configuration exception.ConfigurationException
(String message) Instantiates a new configuration exception.ConfigurationException
(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
-
ConfigurationException
public ConfigurationException()Instantiates a new configuration exception. -
ConfigurationException
Instantiates a new configuration exception.- Parameters:
message
- the message
-
ConfigurationException
Instantiates a new configuration exception.- Parameters:
message
- the messagecause
- the cause
-