Class 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 Detail

      • ConflictingParametersException

        public ConflictingParametersException​(Map<String,​Set<Object>> erroneousParameters)
    • Method Detail

      • getErroneousParameters

        @NotNull
        @Contract(pure=true)
        public @NotNull Map<String,​Set<Object>> getErroneousParameters()