Serialized Form
-
Package org.snakeyaml.engine.v2.api
-
Package org.snakeyaml.engine.v2.common
-
Class org.snakeyaml.engine.v2.common.SpecVersion
class SpecVersion extends Object implements Serializable-
Serialized Fields
-
major
int major
keep major -
minor
int minor
keep minor
-
-
-
-
Package org.snakeyaml.engine.v2.exceptions
-
Exception Class org.snakeyaml.engine.v2.exceptions.ComposerException
class ComposerException extends MarkedYamlEngineException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.ConstructorException
class ConstructorException extends MarkedYamlEngineException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.DuplicateKeyException
class DuplicateKeyException extends ConstructorException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.EmitterException
class EmitterException extends YamlEngineException implements Serializable -
Class org.snakeyaml.engine.v2.exceptions.Mark
class Mark extends Object implements Serializable-
Serialized Fields
-
buffer
int[] buffer
-
column
int column
-
index
int index
-
line
int line
-
name
String name
-
pointer
int pointer
-
-
-
Exception Class org.snakeyaml.engine.v2.exceptions.MarkedYamlEngineException
class MarkedYamlEngineException extends YamlEngineException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.MissingEnvironmentVariableException
class MissingEnvironmentVariableException extends YamlEngineException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.ParserException
class ParserException extends MarkedYamlEngineException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.ReaderException
class ReaderException extends YamlEngineException implements Serializable-
Serialized Fields
-
codePoint
int codePoint
-
name
String name
-
position
int position
-
-
-
Exception Class org.snakeyaml.engine.v2.exceptions.RepresenterException
class RepresenterException extends YamlEngineException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.ScannerException
class ScannerException extends MarkedYamlEngineException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.YamlEngineException
class YamlEngineException extends RuntimeException implements Serializable -
Exception Class org.snakeyaml.engine.v2.exceptions.YamlVersionException
class YamlVersionException extends YamlEngineException implements Serializable-
Serialized Fields
-
specVersion
SpecVersion specVersion
specified version
-
-
-