Package com.denodo.configuration
Class ParameterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.configuration.ParameterNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when there is a configuration problem.
This can arise if the parameter information is missing.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionParameterNotFoundException(String parameterName) Constructs a new instance of ParameterNotFoundException specifying the name of the parameter that could not be found. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
ParameterNotFoundException
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
-