Package org.forgerock.i18n
Interface LocalizableException
-
- All Known Implementing Classes:
AssertionFailureException,AuthenticationException,AuthorizationException,CancelledResultException,ConflictingSchemaElementException,ConnectionException,ConstraintViolationException,DecodeException,EntryNotFoundException,LdapException,LocalizedIllegalArgumentException,LocalizedKeyStoreException,MultipleEntriesFoundException,ReferralException,TimeoutResultException,UnknownSchemaElementException
public interface LocalizableExceptionA mix-in interface which can be used to identify exceptions which support localization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalizableMessagegetMessageObject()Returns the localizable message that explains the problem that occurred.
-
-
-
Method Detail
-
getMessageObject
LocalizableMessage getMessageObject()
Returns the localizable message that explains the problem that occurred.- Returns:
- The localizable message that explains the problem that occurred.
-
-