InvalidParameterException.InvalidParameterException
Class Overview | Class Members |
This Package |
All Packages
public InvalidParameterException()
Description
Constructs an InvalidParameterException with no detail message.
A detail message is a String that describes this particular
exception.
public InvalidParameterException( String msg )
Parameters
- msg
- the detail message.
Description
Constructs an InvalidParameterException with the specified
detail message. A detail message is a String that describes
this particular exception.