public class UnsupportedLanguagePathException extends InvalidParameterException
Constructor and Description |
---|
UnsupportedLanguagePathException() |
UnsupportedLanguagePathException(String[] parameterNames,
LanguagePath languagePath)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
LanguagePath |
getLanguagePath()
Gets the specified language path.
|
String[] |
getParameterNames()
Returns an array of the parameter names making up the language path.
|
void |
setLanguagePath(LanguagePath languagePath) |
void |
setParameterNames(String[] parameterNames) |
getParameterName, setParameterName
getDescription, getMessage, setDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedLanguagePathException()
public UnsupportedLanguagePathException(String[] parameterNames, LanguagePath languagePath)
parameterNames
- Array of parameter nameslanguagePath
- The specified language pathpublic String[] getParameterNames()
public void setParameterNames(String[] parameterNames)
public LanguagePath getLanguagePath()
public void setLanguagePath(LanguagePath languagePath)