java.io.Serializablepublic class UnknownParameterException extends InvalidParameterException
| Constructor | Description |
|---|---|
UnknownParameterException() |
Simple constructor.
|
UnknownParameterException(java.lang.String parameterName,
Parameters parameters) |
Constructor to create exception with a message.
|
UnknownParameterException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
UnknownParameterException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
createMessagepublic UnknownParameterException()
public UnknownParameterException(java.lang.String parameterName,
Parameters parameters)
parameterName - the parameter nameparameters - the parameterspublic UnknownParameterException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic UnknownParameterException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.