Class CyperDslParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.cypherdsl.parser.CyperDslParseException
All Implemented Interfaces:
Serializable

@API(status=STABLE, since="2021.3.0") public final class CyperDslParseException extends RuntimeException
A runtime exception wrapping checked parsing exception into a sensible exception hierarchy.
Since:
2021.3.0
Author:
Michael J. Simons
See Also:
  • Constructor Details

    • CyperDslParseException

      public CyperDslParseException(Throwable cause)
      Parameters:
      cause - Original cause, being wrapped in a RuntimeException.