Class IncludeResolveFailedException

  • All Implemented Interfaces:
    Serializable

    public class IncludeResolveFailedException
    extends RuntimeException
    This exception is raised in case SnakeYaml was not able to map the content of the include to the target data type.
    See Also:
    Serialized Form
    • Constructor Detail

      • IncludeResolveFailedException

        public IncludeResolveFailedException​(org.yaml.snakeyaml.nodes.ScalarNode scalarNode,
                                             UnableToLoadFileException e)
        Creates a new Include Resolve Failed Exception.
        Parameters:
        scalarNode - the node for which the processing failed
        e - the reason