Class YamlIndentationException

  • All Implemented Interfaces:
    Serializable

    public final class YamlIndentationException
    extends RuntimeException
    Represents an indentation exception.
    Since:
    3.1.5
    Version:
    $Id: 4b5b2fcc87a82ea4c103898bf9f735b59e0a06bc $
    Author:
    Aislan Nadrowski (aislan.nadrowski@gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • YamlIndentationException

        public YamlIndentationException()
        Constructor without parameters.
      • YamlIndentationException

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