public class ConstructorException extends MarkedYamlEngineException
| Constructor and Description |
|---|
ConstructorException(String context,
Optional<Mark> contextMark,
String problem,
Optional<Mark> problemMark)
Create
|
ConstructorException(String context,
Optional<Mark> contextMark,
String problem,
Optional<Mark> problemMark,
Throwable cause)
Create
|
getContext, getContextMark, getMessage, getProblem, getProblemMark, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ConstructorException(String context, Optional<Mark> contextMark, String problem, Optional<Mark> problemMark, Throwable cause)
context - - part of the documentcontextMark - - context positionproblem - - the issueproblemMark - - problem positioncause - - the reasonCopyright © 2018–2022. All rights reserved.