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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected 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.