Class ComposerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.yaml.snakeyaml.error.YAMLException
org.yaml.snakeyaml.error.MarkedYAMLException
org.yaml.snakeyaml.composer.ComposerException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedComposerException(String context, Mark contextMark, String problem, Mark problemMark) Create -
Method Summary
Methods inherited from class MarkedYAMLException
getContext, getContextMark, getMessage, getProblem, getProblemMark, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ComposerException
-