Class I18NException

    • Constructor Detail

      • I18NException

        public I18NException()
        Constructs a new throwable without a message or an underlying cause.
      • I18NException

        public I18NException​(Throwable cause)
        Constructs a new throwable without a message, but with the given underlying cause.
        Parameters:
        cause - The cause.
      • I18NException

        public I18NException​(I18NBoundMessage message)
        Constructs a new throwable with the given message, but without an underlying cause.
        Parameters:
        message - The message.
      • I18NException

        public I18NException​(Throwable cause,
                             I18NBoundMessage message)
        Constructs a new throwable with the given message and underlying cause.
        Parameters:
        cause - The cause.
        message - The message.