Interface LocalizableException

All Known Implementing Classes:
AssertionFailureException, AuthenticationException, AuthorizationException, CancelledResultException, ConflictingSchemaElementException, ConnectionException, ConstraintViolationException, DecodeException, EntryNotFoundException, LdapException, LocalizedIllegalArgumentException, LocalizedKeyStoreException, MultipleEntriesFoundException, ReferralException, TimeoutResultException, UnknownSchemaElementException

public interface LocalizableException
A mix-in interface which can be used to identify exceptions which support localization.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the localizable message that explains the problem that occurred.
  • Method Details

    • getMessageObject

      LocalizableMessage getMessageObject()
      Returns the localizable message that explains the problem that occurred.
      Returns:
      The localizable message that explains the problem that occurred.