| Class | Description |
|---|---|
| Mark |
Location of a problem in the YAML document.
|
| Exception | Description |
|---|---|
| ComposerException |
General exception during composition step
|
| ConstructorException |
General exception during construction step
|
| DuplicateKeyException |
Indicate duplicate keys in the same mapping during parsing
|
| EmitterException |
General exception for during emitting
|
| MarkedYamlEngineException |
Parsing exception when the marks are available
|
| MissingEnvironmentVariableException |
Indicate missing mandatory environment variable in the template
|
| ParserException |
Exception thrown by the
Parser implementations in case of malformed input. |
| ReaderException |
Indicate invalid input stream
|
| ScannerException |
Exception thrown by the
Scanner implementations in case of malformed input. |
| YamlEngineException |
General exception to serve as the root
|
| YamlVersionException |
Indication of invalid YAML version
|
Copyright © 2018–2022. All rights reserved.