Interface Translatable

All Known Implementing Classes:
RedirectField, TranslatableGuacamoleClientBadTypeException, TranslatableGuacamoleClientException, TranslatableGuacamoleClientOverrunException, TranslatableGuacamoleClientTimeoutException, TranslatableGuacamoleClientTooManyException, TranslatableGuacamoleConnectionClosedException, TranslatableGuacamoleCredentialsException, TranslatableGuacamoleInsufficientCredentialsException, TranslatableGuacamoleInvalidCredentialsException, TranslatableGuacamoleResourceClosedException, TranslatableGuacamoleResourceConflictException, TranslatableGuacamoleResourceNotFoundException, TranslatableGuacamoleSecurityException, TranslatableGuacamoleServerBusyException, TranslatableGuacamoleServerException, TranslatableGuacamoleSessionClosedException, TranslatableGuacamoleSessionConflictException, TranslatableGuacamoleSessionTimeoutException, TranslatableGuacamoleUnauthorizedException, TranslatableGuacamoleUnsupportedException, TranslatableGuacamoleUpstreamException, TranslatableGuacamoleUpstreamNotFoundException, TranslatableGuacamoleUpstreamTimeoutException, TranslatableGuacamoleUpstreamUnavailableException

public interface Translatable
An object which is associated with a translatable message that can be passed through an arbitrary translation service, producing a human-readable message in the user's native language.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a message which can be translated using a translation service, consisting of a translation key and optional set of substitution variables.
  • Method Details

    • getTranslatableMessage

      TranslatableMessage getTranslatableMessage()
      Returns a message which can be translated using a translation service, consisting of a translation key and optional set of substitution variables.
      Returns:
      A message which can be translated using a translation service.