org.apache.camel.component.bean
Class ParameterBindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by org.apache.camel.component.bean.ParameterBindingException
All Implemented Interfaces:
Serializable

public class ParameterBindingException
extends RuntimeCamelException

See Also:
Serialized Form

Constructor Summary
ParameterBindingException(Throwable cause, Method method, int index, Class<?> parameterType, Object parameterValue)
           
 
Method Summary
 int getIndex()
           
 Method getMethod()
           
 Class<?> getParameterType()
           
 Object getParameterValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterBindingException

public ParameterBindingException(Throwable cause,
                                 Method method,
                                 int index,
                                 Class<?> parameterType,
                                 Object parameterValue)
Method Detail

getMethod

public Method getMethod()

getIndex

public int getIndex()

getParameterType

public Class<?> getParameterType()

getParameterValue

public Object getParameterValue()


Apache Camel