|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.component.bean.MethodNotFoundException
public class MethodNotFoundException
| Constructor Summary | |
|---|---|
MethodNotFoundException(Class<?> type,
String methodName,
Throwable cause)
|
|
MethodNotFoundException(Exchange exchange,
Class<?> type,
String methodName,
boolean isStaticMethod)
|
|
MethodNotFoundException(Exchange exchange,
Object pojo,
String methodName)
|
|
MethodNotFoundException(Object pojo,
String methodName,
Throwable cause)
|
|
| Method Summary | |
|---|---|
Object |
getBean()
|
String |
getMethodName()
|
| Methods inherited from class org.apache.camel.CamelExchangeException |
|---|
createExceptionMessage, getExchange |
| 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 |
|---|
public MethodNotFoundException(Exchange exchange,
Object pojo,
String methodName)
public MethodNotFoundException(Exchange exchange,
Class<?> type,
String methodName,
boolean isStaticMethod)
public MethodNotFoundException(Object pojo,
String methodName,
Throwable cause)
public MethodNotFoundException(Class<?> type,
String methodName,
Throwable cause)
| Method Detail |
|---|
public String getMethodName()
public Object getBean()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||