|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.common.error.InvalidArgumentException
public class InvalidArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
| Constructor Summary | |
|---|---|
InvalidArgumentException(ErrorCase message)
Constructs an IllegalArgumentException with the
specified detail message. |
|
InvalidArgumentException(ErrorCase message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
|---|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidArgumentException(ErrorCase message)
IllegalArgumentException with the
specified detail message.
message - the detail message describing the error condition.
public InvalidArgumentException(ErrorCase message,
java.lang.Throwable cause)
message - the detail message describing the error condition.cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value
is permitted, and indicates that the cause is nonexistent or
unknown.)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||