Interface IMessage


  • public interface IMessage
    Interface contains error message for right ql language validation.
    • Field Detail

      • INSTANCE

        static final IMessage INSTANCE
    • Method Detail

      • wrong_count_parameters__0__expected__1__called

        String wrong_count_parameters__0__expected__1__called​(String expected,
                                                              String called)
      • not_allowed_type_of_expression

        String not_allowed_type_of_expression()