public class ParameterException
extends java.lang.Exception
| Constructor and Description |
|---|
ParameterException()
Constructs a new exception with null as its detail message.
|
ParameterException(java.lang.String message)
Creates a new ParameterException object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns an error message of this object.
|