Package com.amihaiemil.eoyaml.exceptions
Class YamlIndentationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amihaiemil.eoyaml.exceptions.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 Summary
Constructors Constructor Description YamlIndentationException()Constructor without parameters.YamlIndentationException(String message)Constructor with parameters.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
YamlIndentationException
public YamlIndentationException()
Constructor without parameters.
-
YamlIndentationException
public YamlIndentationException(String message)
Constructor with parameters.- Parameters:
message- Exception message.
-
-