Class ConflictingParametersException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=EXPERIMENTAL,
         since="2021.0.0")
    public final class ConflictingParametersException
    extends java.lang.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
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConflictingParametersException​(java.util.Map<java.lang.String,​java.util.Set<java.lang.Object>> erroneousParameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.Set<java.lang.Object>> getErroneousParameters()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConflictingParametersException

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

      • getErroneousParameters

        public java.util.Map<java.lang.String,​java.util.Set<java.lang.Object>> getErroneousParameters()