IllegalArgumentExceptionNameIllegalArgumentExceptionSynopsis
DescriptionAn IllegalArgumentException is thrown to indicate that an illegal argument has been passed to a method. Class Summary
public class java.lang.IllegalArgumentException
extends java.lang.RuntimeException {
// Constructors
public IllegalArgumentException();
public IllegalArgumentException(String s);
}
ConstructorsIllegalArgumentExceptionpublic IllegalArgumentException()
public IllegalArgumentException(String s)
Inherited Methods
See AlsoException, IllegalThreadStateException, NumberFormatException, RuntimeException, Throwable |
|