Package com.amihaiemil.eoyaml.exceptions
Class YamlReadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amihaiemil.eoyaml.exceptions.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 Summary
Constructors Constructor Description YamlReadingException()Constructor without parameters.YamlReadingException(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
-
YamlReadingException
public YamlReadingException()
Constructor without parameters.
-
YamlReadingException
public YamlReadingException(String message)
Constructor with parameters.- Parameters:
message- Exception message.
-
-