|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.RuntimeExchangeException
org.apache.camel.InvalidPayloadRuntimeException
public class InvalidPayloadRuntimeException
Runtime version of the InvalidPayloadException.
| Constructor Summary | |
|---|---|
InvalidPayloadRuntimeException(Exchange exchange,
Class<?> type)
|
|
InvalidPayloadRuntimeException(Exchange exchange,
Class<?> type,
Message message)
|
|
InvalidPayloadRuntimeException(Exchange exchange,
Class<?> type,
Message message,
Throwable cause)
|
|
InvalidPayloadRuntimeException(Exchange exchange,
Class<?> type,
Throwable cause)
|
|
| Method Summary | |
|---|---|
Class<?> |
getType()
The expected type of the body |
| Methods inherited from class org.apache.camel.RuntimeExchangeException |
|---|
createMessage, 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 InvalidPayloadRuntimeException(Exchange exchange,
Class<?> type)
public InvalidPayloadRuntimeException(Exchange exchange,
Class<?> type,
Throwable cause)
public InvalidPayloadRuntimeException(Exchange exchange,
Class<?> type,
Message message)
public InvalidPayloadRuntimeException(Exchange exchange,
Class<?> type,
Message message,
Throwable cause)
| Method Detail |
|---|
public Class<?> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||