IllegalArgumentException.IllegalArgumentException

IllegalArgumentException.IllegalArgumentException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public IllegalArgumentException()
Description
Constructs an IllegalArgumentException with no detail message.



Syntax 2
public IllegalArgumentException( String s )
Parameters
s
the detail message.
Description
Constructs an IllegalArgumentException with the specified detail message.