L10NMessage
public interface L10NMessage
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Deprecated.
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
|
String |
getL10NMessage(Locale loc)
Deprecated.
Use this method to get localized error message directly.
|
String |
getMessage()
Deprecated.
Use this method to get error message in default ENGLISH locale.
|
Object[] |
getMessageArgs()
Deprecated.
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
|
String |
getResourceBundleName()
Deprecated.
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
|
String getL10NMessage(Locale loc)
loc
- Locale of the error message.String getResourceBundleName()
String getErrorCode()
Object[] getMessageArgs()
String getMessage()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.