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