Class InvalidEnumException
- 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.InvalidEnumException
-
- All Implemented Interfaces:
Serializable
public class InvalidEnumException extends org.snakeyaml.engine.v2.exceptions.MarkedYamlEngineException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidEnumException(org.snakeyaml.engine.v2.nodes.Node node, Class<?> type, String value)
-
Method Summary
-
Methods inherited from class org.snakeyaml.engine.v2.exceptions.MarkedYamlEngineException
getContext, getContextMark, getMessage, getProblem, getProblemMark, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-