Class SemanticException

    • Constructor Detail

      • SemanticException

        @Deprecated(since="6.3")
        public SemanticException​(String message)
        Deprecated.
        this constructor does not carry information about the query which caused the failure
      • SemanticException

        @Deprecated(since="6.3")
        public SemanticException​(String message,
                                 Exception cause)
        Deprecated.
        this constructor does not carry information about the query which caused the failure
      • SemanticException

        public SemanticException​(String message,
                                 String queryString)