org.eclipse.stardust.common.error
Class InvalidArgumentException
java.lang.Object
java.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
- All Implemented Interfaces:
- Serializable
public class InvalidArgumentException
- extends PublicException
Thrown to indicate that a method has been passed an illegal or
inappropriate argument.
- Since:
- IPP 5.2
- Version:
- $Revision: $
- Author:
- fherinean
- See Also:
- Serialized Form
InvalidArgumentException
public InvalidArgumentException(ErrorCase message)
- Constructs an
IllegalArgumentException with the
specified detail message.
- Parameters:
message - the detail message describing the error condition.
InvalidArgumentException
public InvalidArgumentException(ErrorCase message,
Throwable cause)
- Constructs a new exception with the specified detail message and
cause.
- Parameters:
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 © 2017 Eclipse Stardust. All Rights Reserved.