Class YamlNodeNotFoundException

  • All Implemented Interfaces:
    Serializable

    public final class YamlNodeNotFoundException
    extends RuntimeException
    Exception thrown when a YamlNode cannot be cast to a given type.
    Since:
    1.0.0
    Version:
    $Id: ca82a5b3710d71d51ede9f73249d2d46a811a10c $
    Author:
    Mihai Andronache (amihaiemil@gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • YamlNodeNotFoundException

        public YamlNodeNotFoundException​(String msg)
        Ctor.
        Parameters:
        msg - Message
      • YamlNodeNotFoundException

        public YamlNodeNotFoundException​(Throwable init)
        Ctor.
        Parameters:
        init - Initial exception
      • YamlNodeNotFoundException

        public YamlNodeNotFoundException​(String msg,
                                         Throwable init)
        Ctor.
        Parameters:
        msg - Message.
        init - Initial exception.