Class ConstructorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateKeyException

public class ConstructorException extends MarkedYAMLException
Exception during object construction
See Also:
  • Field Details

  • Constructor Details

    • ConstructorException

      protected ConstructorException(String context, Mark contextMark, String problem, Mark problemMark, Throwable cause)
      Create
      Parameters:
      context - - part of the document
      contextMark - - context position
      problem - - the issue
      problemMark - - problem position
      cause - - the reason
    • ConstructorException

      protected ConstructorException(String context, Mark contextMark, String problem, Mark problemMark)
      Create
      Parameters:
      context - - part of the document
      contextMark - - context position
      problem - - the issue
      problemMark - - problem position