Interface I18NThrowable

    • Method Detail

      • getMessage

        String getMessage()
        Returns the receiver's raw message, as implemented by Throwable.getMessage().
        Returns:
        The message. It may be null.
      • getCause

        Throwable getCause()
        Returns the receiver's underlying cause, as implemented by Throwable.getCause().
        Returns:
        The cause. It may be null.
      • getDetail

        String getDetail()
        Returns the receiver's raw message, possibly combined with the raw message of the receiver's underlying cause.
        Returns:
        The message. It may be null if there is no raw message for the receiver, and no underlying cause message.
      • getLocalizedDetail

        String getLocalizedDetail()
        Returns the receiver's localized message, possibly combined with the localized message of the receiver's underlying cause.
        Returns:
        The message. It may be null if there is no localized message for the receiver, and no underlying localized cause message.
      • getI18NBoundMessage

        I18NBoundMessage getI18NBoundMessage()
        Returns the receiver's message.
        Returns:
        The message. It may be null.