Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluentlenium.configuration.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends RuntimeException
Exception thrown when something wrong occurs because of the configuration of FluentLenium.
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException (String message)
      Creates a configuration exception.
      Parameters:
      message - the exception message
    • ConfigurationException

      public ConfigurationException (String message, Throwable cause)
      Creates a configuration exception.
      Parameters:
      message - the exception message
      cause - the exception cause