-
- All Known Implementing Classes:
LocalizedIllegalArgumentException,LocalizedIllegalStateException,LocalizedIOException,LocalizedParseException,LocalizedSQLException,LocalizedTimeoutException,LocalizedUnsupportedEncodingException,LocalizedUnsupportedOperationException
public interface LocalizedExceptionMethods common to localized exceptions, which allows access to i18n resources used to generategetLocalizedMessage().- Author:
- AO Industries, Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Serializable[]getArgs()StringgetKey()StringgetLocalizedMessage()ResourcesgetResources()Gets the resources used to generate the message ornullwhen the message is not localized and uses a default.
-
-
-
Method Detail
-
getLocalizedMessage
String getLocalizedMessage()
-
getResources
Resources getResources()
Gets the resources used to generate the message ornullwhen the message is not localized and uses a default.
-
getKey
String getKey()
-
getArgs
Serializable[] getArgs()
-
-