Interface LocalizableException

All Known Implementing Classes:
LocalizedIllegalArgumentException

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

      Returns the localizable message that explains the problem that occurred.
      Returns:
      The localizable message that explains the problem that occurred.