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
public class PropertyBindingException extends RuntimeCamelException
Error binding property to a bean.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyBindingException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetOptionKey()StringgetOptionPrefix()StringgetPropertyName()ObjectgetTarget()ObjectgetValue()-
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
getTarget
public Object getTarget()
-
getPropertyName
public String getPropertyName()
-
getValue
public Object getValue()
-
getOptionPrefix
public String getOptionPrefix()
-
getOptionKey
public String getOptionKey()
-
-