|
|
|
|
IllegalArgumentException
|
|
|
public
|
Exception Description
|
|
|
Thrown to indicate that a method has been passed an illegal or
inappropriate argument.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
IllegalArgumentException
public IllegalArgumentException(
)
Constructs an IllegalArgumentException with no
detail message.
IllegalArgumentException
public IllegalArgumentException(
String s
)
Constructs an IllegalArgumentException with the
specified detail message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|