IllegalArgumentExceptionpublic class IllegalArgumentException extends RuntimeException Thrown to indicate that a method has been passed an illegal or
inappropriate argument. |
Constructors Summary |
---|
public IllegalArgumentException()Constructs an IllegalArgumentException with no
detail message.
super();
| public IllegalArgumentException(String s)Constructs an IllegalArgumentException with the
specified detail message.
super(s);
|
|