Package io.fluentlenium.configuration
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluentlenium.configuration.ConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown when something wrong occurs because of the configuration of FluentLenium.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String message) Creates a configuration exception.ConfigurationException(String message, Throwable cause) Creates a 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
Creates a configuration exception.- Parameters:
message- the exception message
-
ConfigurationException
Creates a configuration exception.- Parameters:
message- the exception messagecause- the exception cause
-