Package org.yaml.snakeyaml.constructor
Class DuplicateKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.yaml.snakeyaml.error.YAMLException
-
- org.yaml.snakeyaml.error.MarkedYAMLException
-
- org.yaml.snakeyaml.constructor.ConstructorException
-
- org.yaml.snakeyaml.constructor.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 org.yaml.snakeyaml.error.MarkedYAMLException
getContext, getContextMark, getMessage, getProblem, getProblemMark, toString
-
-