Class YamlReadingException

  • All Implemented Interfaces:
    Serializable

    public final class YamlReadingException
    extends RuntimeException
    Represents a reading exception.
    Since:
    3.1.5
    Version:
    $Id: 7c82a4f364a62f477377a5ecd0fd2275c5e6e922 $
    Author:
    Aislan Nadrowski (aislan.nadrowski@gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • YamlReadingException

        public YamlReadingException()
        Constructor without parameters.
      • YamlReadingException

        public YamlReadingException​(String message)
        Constructor with parameters.
        Parameters:
        message - Exception message.