public class ConstructorException extends MarkedYAMLException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
protected |
ConstructorException(java.lang.String context,
Mark contextMark,
java.lang.String problem,
Mark problemMark) |
protected |
ConstructorException(java.lang.String context,
Mark contextMark,
java.lang.String problem,
Mark problemMark,
java.lang.Throwable cause) |
getContext, getContextMark, getMessage, getProblem, getProblemMark, toString
private static final long serialVersionUID