public class ParameterNotFoundException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
ParameterNotFoundException(String parameterName)
Constructs a new instance of ParameterNotFoundException specifying the
name of the parameter that could not be found.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected static final long serialVersionUID
public ParameterNotFoundException(String parameterName)
parameterName - the name of the parameter that could not be found.public String getParameterName()
Copyright © 2024 Denodo Technologies. All rights reserved.