public class InvalidDecimalException extends AppianException
Modifier and Type | Field and Description |
---|---|
protected ErrorCode |
_errorCode |
protected java.lang.Object[] |
_errorCodeArguments |
Constructor and Description |
---|
InvalidDecimalException(AppianException cause_) |
InvalidDecimalException(ErrorCode detail_,
java.lang.Throwable cause_) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getErrorCode()
Gets the error code associated with this exception.
|
protected java.lang.Object[] |
getErrorCodeArguments()
Gets the arguments that must be used to render this exception's message
representation.
|
java.lang.String |
getLocalizedMessage(java.util.Locale locale_)
Returns this exception's message representation.
|
void |
setErrorCodeArguments(java.lang.Object[] errorCodeArguments_) |
getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
protected ErrorCode _errorCode
protected java.lang.Object[] _errorCodeArguments
public InvalidDecimalException(AppianException cause_)
public InvalidDecimalException(ErrorCode detail_, java.lang.Throwable cause_)
public ErrorCode getErrorCode()
AppianException
getErrorCode
in class AppianException
ErrorCode.GENERIC_ERROR
public void setErrorCodeArguments(java.lang.Object[] errorCodeArguments_)
protected java.lang.Object[] getErrorCodeArguments()
AppianException
AppianException.getErrorCodeArguments(Locale)
hasn't been
overwritten.getErrorCodeArguments
in class AppianException
ErrorCode.GENERIC_ERROR
public java.lang.String getLocalizedMessage(java.util.Locale locale_)
AppianException
AppianException.getErrorCode()
.getLocalizedMessage
in class AppianException
locale_
- message's localeAppianException.toString()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.