Class UnsupportedCypherException

All Implemented Interfaces:
Serializable

@API(status=STABLE, since="2021.3.0") public final class UnsupportedCypherException extends UnsupportedOperationException
Thrown when the parser detects a clause which is not yet supported.
Since:
2021.3.0
Author:
Michael J. Simons
See Also:
  • Method Details

    • getInput

      public String getInput()
      Returns:
      The original Cypher input handled to the parser.