DuplicateKeyException

class DuplicateKeyException(val contextMark: Mark?, key: Any, val problemMark: Mark?) : ConstructorException

Indicate duplicate keys in the same mapping during parsing

Parameters

contextMark
  • the context location

key
  • the data used as key more than once in the same mapping

problemMark
  • the problem location

Constructors

Link copied to clipboard
constructor(contextMark: Mark?, key: Any, problemMark: Mark?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard