Package org.neo4j.cypherdsl.core
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictingParametersException(Map<String,Set<Object>> erroneousParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Map<String,Set<Object>>
getErroneousParameters()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-