Class DuplicateKeyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateKeyException
    extends ConstructorException
    Indicate mapping with the same key
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DuplicateKeyException​(Mark contextMark, java.lang.Object key, Mark problemMark)
      Create
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • DuplicateKeyException

        protected DuplicateKeyException​(Mark contextMark,
                                        java.lang.Object key,
                                        Mark problemMark)
        Create
        Parameters:
        contextMark - - context location
        key - - the key which is not unique
        problemMark - - the problem location