java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IllegalCharsetNameException, IllegalFormatException, IllegalSelectorException, IllegalThreadStateException, InvalidKeyException, InvalidOpenTypeException, InvalidParameterException, KeyAlreadyExistsException, NumberFormatException, PatternSyntaxException, UnresolvedAddressException, UnsupportedAddressTypeException, UnsupportedCharsetException
- See Also:
- Top Examples, Source Code,
Thread.setPriority(int)
public IllegalArgumentException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IllegalArgumentException(String s)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IllegalArgumentException(String message,
Throwable cause)- See Also:
Throwable.getCause(), Throwable.getMessage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IllegalArgumentException(Throwable cause)
- See Also:
Throwable.getCause(), PrivilegedActionException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples