Module org.neo4j.cypherdsl.parser
Package org.neo4j.cypherdsl.parser
Class UnsupportedCypherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.neo4j.cypherdsl.parser.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 Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getInput
- Returns:
- The original Cypher input handled to the parser.
-