Interface ILocalizableException


@Deprecated public interface ILocalizableException
Deprecated.
Use ILocalizedMessageProvider instead.
Common interface for exceptions that can be localized.
Since:
8.5.0
Author:
XIMA MEDIA GmbH
See Also:
  • ILocalizedMessageProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
  • Method Details

    • getLocalizedMessage

      String getLocalizedMessage(Locale locale)
      Deprecated.