Package org.yaml.snakeyaml.composer
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
Exception during compose phase
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedComposerException(String context, Mark contextMark, String problem, Mark problemMark) Create -
Method Summary
Methods inherited from class org.yaml.snakeyaml.error.MarkedYAMLException
getContext, getContextMark, getMessage, getProblem, getProblemMark, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ComposerException
Create- Parameters:
context- - contextcontextMark- - markproblem- - the issueproblemMark- - where the issue occurs
-