org.apache.camel
Class InvalidHeaderTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.InvalidHeaderTypeException
- All Implemented Interfaces:
- Serializable
public class InvalidHeaderTypeException
- extends RuntimeCamelException
- Version:
- $Revision: 35332 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidHeaderTypeException
public InvalidHeaderTypeException(Throwable cause,
Object headerValue)
InvalidHeaderTypeException
public InvalidHeaderTypeException(String message,
Object headerValue)
getHeaderValue
public Object getHeaderValue()
- Returns the actual header value
typeName
protected static String typeName(Object headerValue)
Copyright © 2008 IONA Open Source Community. All Rights Reserved.