Class UnsupportedFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.camel.dsl.yaml.common.exception.UnsupportedFieldException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedFieldException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFieldException(String field, String message)
UnsupportedFieldException(org.snakeyaml.engine.v2.nodes.Node node, String field)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-