Class ConfigurationException

  • All Implemented Interfaces:
    Serializable

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

      • 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