public class ParameterException extends java.lang.RuntimeException
Modified by: Joseph A. Huwaldt
Constructor and Description |
---|
ParameterException()
Constructs an exception with no detail message.
|
ParameterException(java.lang.String message)
Constructs an exception with the specified message.
|
public ParameterException()
public ParameterException(java.lang.String message)
message
- the error message.