Class YamlPrintException

  • All Implemented Interfaces:
    Serializable

    public final class YamlPrintException
    extends RuntimeException
    If there is any problem while printing a YamlNode, this runtime exception is thrown, encapsulating the original IOException.
    Since:
    4.3.1
    Version:
    $Id: 672155148c8e1e640e4d98a3f6ec66f21bc6bfe7 $
    Author:
    Mihai Andronache (amihaiemil@gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • YamlPrintException

        public YamlPrintException​(String message,
                                  IOException original)
        Constructor with parameters.
        Parameters:
        message - Exception message.
        original - Original IOException thrown while printing.