public static class LocalizedAppianRuntimeException.LocalizedAppianException extends AppianException
Constructor and Description |
---|
LocalizedAppianException(AppianException delegate,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage()
The default implementation is equivalent to calling
AppianException.getLocalizedMessage(Locale) with Locale.US
as argument. |
java.lang.String |
getLocalizedMessage(java.util.Locale locale)
Returns this exception's message representation.
|
java.lang.String |
getLocalizedTitle(java.util.Locale locale)
Returns this exception's title representation.
|
java.lang.String |
getMessage()
The default implementation is equivalent to calling
AppianException.getLocalizedMessage() |
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessageWithErrorCode, toString
public LocalizedAppianException(AppianException delegate, java.util.Locale locale)
public java.lang.String getMessage()
AppianException
AppianException.getLocalizedMessage()
getMessage
in class AppianException
public java.lang.String getLocalizedMessage()
AppianException
AppianException.getLocalizedMessage(Locale)
with Locale.US
as argument.getLocalizedMessage
in class AppianException
public java.lang.String getLocalizedMessage(java.util.Locale locale)
AppianException
AppianException.getErrorCode()
.getLocalizedMessage
in class AppianException
locale
- message's localeAppianException.toString()
public java.lang.String getLocalizedTitle(java.util.Locale locale)
AppianException
AppianException.getErrorCode()
.getLocalizedTitle
in class AppianException
locale
- title's localeAppianException.toString()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.