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, toString
public IllegalArgumentException()
public IllegalArgumentException(String s)