Class UnknownPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.camel.dsl.yaml.common.exception.YamlDeserializationException
-
- org.apache.camel.dsl.yaml.common.exception.UnknownPropertyException
-
- All Implemented Interfaces:
Serializable
public class UnknownPropertyException extends YamlDeserializationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownPropertyException(String property)
UnknownPropertyException(String property, Throwable rootCause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-