Interface LocalizedException

All Known Implementing Classes:
LocalizedIllegalArgumentException, LocalizedIllegalStateException, LocalizedIOException, LocalizedParseException, LocalizedSQLException, LocalizedTimeoutException, LocalizedUnsupportedEncodingException, LocalizedUnsupportedOperationException

public interface LocalizedException
Methods common to localized exceptions, which allows access to i18n resources used to generate getLocalizedMessage().
Author:
AO Industries, Inc.
  • Method Details

    • getLocalizedMessage

      String getLocalizedMessage()
    • getResources

      Resources getResources()
      Gets the resources used to generate the message or null when the message is not localized and uses a default.
    • getKey

      String getKey()
    • getArgs

      Serializable[] getArgs()