public class InvalidArgumentException extends PublicException
| Constructor and Description |
|---|
InvalidArgumentException(ErrorCase message)
Constructs an
IllegalArgumentException with the
specified detail message. |
InvalidArgumentException(ErrorCase message,
Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidArgumentException(ErrorCase message)
IllegalArgumentException with the
specified detail message.message - the detail message describing the error condition.public InvalidArgumentException(ErrorCase message, 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.)Copyright © 2016 Eclipse Stardust. All Rights Reserved.