Class QuerySyntaxException

    • Constructor Detail

      • QuerySyntaxException

        public QuerySyntaxException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • QuerySyntaxException

        public QuerySyntaxException​(String message,
                                    Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
      • QuerySyntaxException

        public QuerySyntaxException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the specified cause.
      • QuerySyntaxException

        public QuerySyntaxException​(String message,
                                    I18nizableText i18nMessage)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
        i18nMessage - the internationalized detail message.
      • QuerySyntaxException

        public QuerySyntaxException​(String message,
                                    Throwable cause,
                                    I18nizableText i18nMessage)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
        i18nMessage - the internationalized detail message.
      • QuerySyntaxException

        public QuerySyntaxException​(Throwable cause,
                                    I18nizableText i18nMessage)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the specified cause.
        i18nMessage - the internationalized detail message.
    • Method Detail

      • getI18nMessage

        public I18nizableText getI18nMessage()
        Get the internationalized detail message.
        Returns:
        the internationalized detail message.