Class DuplicateFieldException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateFieldException
    extends org.snakeyaml.engine.v2.exceptions.MarkedYamlEngineException
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateFieldException

        public DuplicateFieldException​(org.snakeyaml.engine.v2.nodes.Node node,
                                       String field,
                                       String message)