java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.lang.IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException
with no
detail message.
IllegalArgumentException
with the
specified detail message.
public IllegalArgumentException()
IllegalArgumentException
with no
detail message.
public IllegalArgumentException(String s)
IllegalArgumentException
with the
specified detail message.