InvalidParameterException.InvalidParameterException

InvalidParameterException.InvalidParameterException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public InvalidParameterException()
Description
Constructs an InvalidParameterException with no detail message. A detail message is a String that describes this particular exception.



Syntax 2
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.