public final class ParameterNotFoundException extends CSBaseException
| Constructor and Description |
|---|
ParameterNotFoundException(String parameterName)
Construtor.
|
ParameterNotFoundException(String[] paramNames)
Construtor.
|
ParameterNotFoundException(String[] paramNames,
String algorithmDescription)
Construtor.
|
ParameterNotFoundException(String parameterName,
String algorithmDescription)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParameterNames()
Obtém um array de nomes dos parâmetros não encontrados.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterNotFoundException(String parameterName)
parameterName - nome do parâmetropublic ParameterNotFoundException(String parameterName, String algorithmDescription)
parameterName - nome do parâmetroalgorithmDescription - descrição do algoritmopublic ParameterNotFoundException(String[] paramNames)
paramNames - nome dos parâmetrospublic String[] getParameterNames()
Copyright © 2019. All rights reserved.