Class ComposerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ComposerException
extends MarkedYAMLException
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected ComposerException​(java.lang.String context, Mark contextMark, java.lang.String problem, Mark problemMark)  
  • Method Summary

    Methods inherited from class org.yaml.snakeyaml.error.MarkedYAMLException

    getContext, getContextMark, getMessage, getProblem, getProblemMark, toString

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ComposerException

      protected ComposerException​(java.lang.String context, Mark contextMark, java.lang.String problem, Mark problemMark)