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.
|
IllegalArgumentException(String s,
Throwable cause)
Constructs an IllegalArgumentException with the specified detail message and cause.
|
IllegalArgumentException(Throwable cause)
Constructs an IllegalArgumentException with the specified cause.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic IllegalArgumentException()
public IllegalArgumentException(String s)
public IllegalArgumentException(String s, Throwable cause)
public IllegalArgumentException(Throwable cause)
Copyright © 2026. All rights reserved.