Package org.apache.camel
Class PropertyBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.PropertyBindingException
- All Implemented Interfaces:
Serializable
Error binding property to a bean.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyBindingException(Object target, String propertyName, Object value) PropertyBindingException(Object target, String propertyName, Object value, String optionPrefix, String optionKey, Throwable e) PropertyBindingException(Object target, String propertyName, Object value, Throwable e) PropertyBindingException(Object target, Throwable e) -
Method Summary
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyBindingException
-
PropertyBindingException
-
PropertyBindingException
-
PropertyBindingException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getTarget
-
getPropertyName
-
getValue
-
getOptionPrefix
-
getOptionKey
-