Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | IllegalArgumentException(String
the detail message. s)Constructs an |
public | IllegalArgumentException(String
the detail message (which is saved for later retrieval
by the message, Throwable Throwable#getMessage() method).the cause (which is saved for later retrieval by the
cause)Throwable#getCause() method). (A null value
is permitted, and indicates that the cause is nonexistent or
unknown.)Constructs a new exception with the specified detail message and cause. |
public | IllegalArgumentException(Throwable
the cause (which is saved for later retrieval by the
cause)Throwable#getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Constructs a new exception with the specified cause and a detail
message of |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
IllegalArgumentException | back to summary |
---|---|
public IllegalArgumentException() Constructs an |
IllegalArgumentException | back to summary |
---|---|
public IllegalArgumentException(String s) Constructs an
|
IllegalArgumentException | back to summary |
---|---|
public IllegalArgumentException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. Note that the detail message associated with
|
IllegalArgumentException | back to summary |
---|---|
public IllegalArgumentException(Throwable cause) Constructs a new exception with the specified cause and a detail
message of
|