Class InvalidEnumException

  • All Implemented Interfaces:
    Serializable

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

      • InvalidEnumException

        public InvalidEnumException​(org.snakeyaml.engine.v2.nodes.Node node,
                                    Class<?> type,
                                    String value)