Class YamlVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.snakeyaml.engine.v2.exceptions.YamlEngineException
-
- org.snakeyaml.engine.v2.exceptions.YamlVersionException
-
- All Implemented Interfaces:
Serializable
public class YamlVersionException extends YamlEngineException
Indication of invalid YAML version- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlVersionException(SpecVersion specVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpecVersiongetSpecVersion()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
YamlVersionException
public YamlVersionException(SpecVersion specVersion)
-
-
Method Detail
-
getSpecVersion
public SpecVersion getSpecVersion()
-
-