类 QuerySyntaxException

    • 构造器详细资料

      • QuerySyntaxException

        public QuerySyntaxException​(String message)
        Constructs a QuerySyntaxException
        参数:
        message - Message explaining the condition that led to the exception
      • QuerySyntaxException

        public QuerySyntaxException​(String message,
                                    String hql)
        Constructs a QuerySyntaxException
        参数:
        message - Message explaining the condition that led to the exception
        hql - The hql query that was being parsed/analyzed
      • QuerySyntaxException

        protected QuerySyntaxException​(String message,
                                       String queryString,
                                       Exception cause)
        Intended for use solely from generateQueryException(String)
        参数:
        message - Message explaining the condition that led to the exception
        queryString - The hql query that was being parsed/analyzed
        cause - The cause, generally another QuerySyntaxException