public class ParameterNotFoundException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
ParameterNotFoundException(java.lang.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 |
|---|---|
java.lang.String |
getParameterName() |
protected static final long serialVersionUID
public ParameterNotFoundException(java.lang.String parameterName)
parameterName - the name of the parameter that could not be found.Copyright © 2024 Denodo Technologies. All rights reserved.