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.
Thread.setPriority(int), Serialized Form
| Constructor Summary | |
IllegalArgumentException
copy-> new IllegalArgumentException()copy-> <IllegalArgumentException var> = new IllegalArgumentException();
|
|
IllegalArgumentException
copy-> new IllegalArgumentException( )copy-> <IllegalArgumentException var> = new IllegalArgumentException(<String s>);
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |