Class EmitterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.snakeyaml.engine.v2.exceptions.YamlEngineException
-
- org.snakeyaml.engine.v2.exceptions.EmitterException
-
- All Implemented Interfaces:
java.io.Serializable
public class EmitterException extends YamlEngineException
General exception for during emitting- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmitterException(java.lang.String msg)
Create
-