Class TranslateMessageException

  • All Implemented Interfaces:
    Serializable

    public class TranslateMessageException
    extends RuntimeException
    An exception indicating a error while translating a message
    Since:
    2018.2
    Author:
    kir
    See Also:
    Serialized Form
    • Constructor Detail

      • TranslateMessageException

        public TranslateMessageException​(@NotNull
                                         String s)
      • TranslateMessageException

        public TranslateMessageException​(@NotNull
                                         String s,
                                         @NotNull
                                         Throwable throwable)
    • Method Detail

      • getLogMessage

        public String getLogMessage()