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
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description protectedDuplicateKeyException(Mark contextMark, java.lang.Object key, Mark problemMark) -
Method Summary
Methods inherited from class org.yaml.snakeyaml.error.MarkedYAMLException
getContext, getContextMark, getMessage, getProblem, getProblemMark, toString