Interface IMessage


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

    • INSTANCE

      static final IMessage INSTANCE
  • Method Details

    • wrong_count_parameters__0__expected__1__called

      String wrong_count_parameters__0__expected__1__called(String expected, String called)
    • template__0__not_found

      String template__0__not_found(String name)
    • not_allowed_type_of_expression

      String not_allowed_type_of_expression()