Package com.microstrategy.utils
Interface LocalizableException
-
- All Known Implementing Classes:
ACMException,ArgumentUnresolvedException,BeanNotFoundException,CacheException,ComparisonUnresolvedException,ConfigException,ContainerException,EmptyListException,KerberosConfigurationException,LayoutParsingException,LicensingException,MalformedMethodException,MobileConfigurationException,MonitorManipulationException,MSTRAccessDeniedException,MSTRCheckedException,MSTRDocumentException,MSTRRestAPIException,MSTRSecurityException,MSTRUncheckedException,MSTRWebAPIException,PreferencesException,ServerConfigException,ServerControlException,TransformCreationException,TransformDoesNotExistException,TypeUnsupportedException,UnmodifiableException,UpgradeException,WebAppConfigurationRuntimeException,WebAppException,WebAppRuntimeException,WebBeanException,WebBeanScalableException,WebElementSearchFilterBuilder.ParserException,WebException,WebFailedServerException,WebFilterEditorException,WebObjectsAdminException,WebObjectsException,WebObjectsRuntimeException,WebTransformException,WebUtilsException,XMLBuilderException,XMLSupportException,XMLSupportRuntimeException
public interface LocalizableException- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.LocalegetDefaultLocale()intgetErrorCode()LocalizableMessagegetLocalizableMessage()java.lang.StringgetMessage()java.lang.StringgetMessage(java.util.Locale locale)voidsetDefaultLocale(java.util.Locale locale)
-
-
-
Method Detail
-
getLocalizableMessage
LocalizableMessage getLocalizableMessage()
-
getMessage
java.lang.String getMessage()
-
getMessage
java.lang.String getMessage(java.util.Locale locale)
-
getErrorCode
int getErrorCode()
-
getDefaultLocale
java.util.Locale getDefaultLocale()
-
setDefaultLocale
void setDefaultLocale(java.util.Locale locale)
-
-