Package com.amihaiemil.eoyaml
Class YamlNodeNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amihaiemil.eoyaml.YamlNodeNotFoundException
-
- All Implemented Interfaces:
Serializable
public final class YamlNodeNotFoundException extends RuntimeException
Exception thrown when a YamlNode cannot be cast to a given type.- Since:
- 1.0.0
- Version:
- $Id: ca82a5b3710d71d51ede9f73249d2d46a811a10c $
- Author:
- Mihai Andronache (amihaiemil@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlNodeNotFoundException(String msg)Ctor.YamlNodeNotFoundException(String msg, Throwable init)Ctor.YamlNodeNotFoundException(Throwable init)Ctor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-