|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
public class IllegalArgumentException
Constructor Summary | |
---|---|
IllegalArgumentException()
Constructs an IllegalArgumentException with no
detail message. |
|
IllegalArgumentException(String s)
Constructs an IllegalArgumentException with the
specified detail message. |
|
IllegalArgumentException(String message,
Throwable cause)
Constructs an IllegalArgumentException with the
specified detail message and cause. |
|
IllegalArgumentException(Throwable cause)
Constructs an IllegalArgumentException with the
specified cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IllegalArgumentException()
IllegalArgumentException
with no
detail message.
public IllegalArgumentException(String s)
IllegalArgumentException
with the
specified detail message.
s
- the detail message.public IllegalArgumentException(String message, Throwable cause)
IllegalArgumentException
with the
specified detail message and cause.
message
- The detail messagecause
- The causepublic IllegalArgumentException(Throwable cause)
IllegalArgumentException
with the
specified cause.
cause
- The cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |