Class InvalidNodeTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.snakeyaml.engine.v2.exceptions.YamlEngineException
org.snakeyaml.engine.v2.exceptions.MarkedYamlEngineException
org.apache.camel.dsl.yaml.common.exception.InvalidNodeTypeException
- All Implemented Interfaces:
Serializable
public class InvalidNodeTypeException
extends org.snakeyaml.engine.v2.exceptions.MarkedYamlEngineException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidNodeTypeException(org.snakeyaml.engine.v2.nodes.Node node, org.snakeyaml.engine.v2.nodes.NodeType expected) -
Method Summary
Methods inherited from class org.snakeyaml.engine.v2.exceptions.MarkedYamlEngineException
getContext, getContextMark, getMessage, getProblem, getProblemMark, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidNodeTypeException
public InvalidNodeTypeException(org.snakeyaml.engine.v2.nodes.Node node, org.snakeyaml.engine.v2.nodes.NodeType expected)
-