IllegalArgumentException.IllegalArgumentException
Class Overview | Class Members |
This Package |
All Packages
public IllegalArgumentException()
Description
Constructs an IllegalArgumentException with no
detail message.
public IllegalArgumentException( String s )
Parameters
- s
- the detail message.
Description
Constructs an IllegalArgumentException with the
specified detail message.