public class IllegalArgumentException extends RuntimeException
Constructor and Description |
---|
IllegalArgumentException()
Constructs an IllegalArgumentException with no detail message.
|
IllegalArgumentException(String s)
Constructs an IllegalArgumentException with the specified detail message.
|
public IllegalArgumentException()
public IllegalArgumentException(String s)