Class DuplicateKeyException

All Implemented Interfaces:
Serializable

public class DuplicateKeyException extends ConstructorException
Indicate duplicate keys in the same mapping during parsing
See Also:
  • Constructor Details

    • DuplicateKeyException

      public DuplicateKeyException(Optional<Mark> contextMark, Object key, Optional<Mark> problemMark)
      Create
      Parameters:
      contextMark - - the context location
      key - - the data used as key more than once in the same mapping
      problemMark - - the problem location