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.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic IllegalArgumentException()
public IllegalArgumentException(String s)