public class InvalidAttributeValueException extends AppianException
Constructor and Description |
---|
InvalidAttributeValueException()
Constructs a new exception with
null as its detail message. |
InvalidAttributeValueException(java.lang.String message_)
Constructs a new exception with the specified detail message.
|
InvalidAttributeValueException(java.lang.String message_,
int attributeIndex_)
Constructs a new exception with the specified detail message
and the index of the attribute that is invalid.
|
InvalidAttributeValueException(java.lang.String message_,
java.lang.Throwable t_)
Constructs a new exception with the specified detail message
and cause.
|
InvalidAttributeValueException(java.lang.Throwable t_)
Constructs a new exception with the specified cause and a
detail message of (cause==null ?
|
Modifier and Type | Method and Description |
---|---|
int |
getAttributeIndex()
Gets the index of the attribute that is invalid.
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public InvalidAttributeValueException()
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)public InvalidAttributeValueException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodpublic InvalidAttributeValueException(java.lang.Throwable t_)
t_
- 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.)public InvalidAttributeValueException(java.lang.String message_, java.lang.Throwable t_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodt_
- 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.)public InvalidAttributeValueException(java.lang.String message_, int attributeIndex_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodattributeIndex_
- the index of the attribute that is invalid.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.