public class ParameterException
extends java.lang.Exception
| Constructor and Description |
|---|
ParameterException()
Creates a new instance of ParameterException.
|
ParameterException(java.lang.String _message)
Creates a new instance of ParameterException.
|
ParameterException(java.lang.String _message,
java.lang.Throwable _cause)
Creates a new instance of ParameterException.
|
ParameterException(java.lang.Throwable _cause)
Creates a new instance of ParameterException.
|
public ParameterException()
public ParameterException(java.lang.String _message)
_message - the message to show.public ParameterException(java.lang.String _message,
java.lang.Throwable _cause)
_message - the message to show._cause - the exception that caused this exception.public ParameterException(java.lang.Throwable _cause)
_cause - the exception that caused this exception.