Class ConflictingParametersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.cypherdsl.core.ConflictingParametersException
All Implemented Interfaces:
Serializable

@API(status=STABLE, since="2021.0.0") public final class ConflictingParametersException extends RuntimeException
Exception thrown when extracting parameters from a statement leads to one parameter with a given name appearing with different values.
Since:
2021.0.0
Author:
Andreas Berger, Michael J. Simons
See Also:
  • Method Details

    • getErroneousParameters

      @NotNull @Contract(pure=true) public @NotNull Map<String,Set<Object>> getErroneousParameters()
      Returns:
      the conflicting parameters