Class ParameterNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.configuration.ParameterNotFoundException
All Implemented Interfaces:
Serializable

public class ParameterNotFoundException extends Exception
This exception is thrown when there is a configuration problem. This can arise if the parameter information is missing.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • ParameterNotFoundException

      public ParameterNotFoundException(String parameterName)
      Constructs a new instance of ParameterNotFoundException specifying the name of the parameter that could not be found.
      Parameters:
      parameterName - the name of the parameter that could not be found.
  • Method Details

    • getParameterName

      public String getParameterName()