toggle menu
SnakeYAML Engine KMP
2.7.4-SNAPSHOT
common
switch theme
search in API
SnakeYAML Engine KMP
/
org.snakeyaml.engine.v2.exceptions
/
YamlEngineException
Yaml
Engine
Exception
open
class
YamlEngineException
:
RuntimeException
General exception to serve as the root
Inheritors
EmitterException
MarkedYamlEngineException
MissingEnvironmentVariableException
ReaderException
RepresenterException
YamlVersionException
Members
Constructors
Yaml
Engine
Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
cause
:
Throwable
)
constructor
(
message
:
String
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?