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
Deprecated. use InvalidTypeException
. Will be removed in Camel 2.0.
@Deprecated
public class InvalidHeaderTypeException
- extends RuntimeCamelException
- Version:
- $Revision: 42401 $
- 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)
- Deprecated.
InvalidHeaderTypeException
public InvalidHeaderTypeException(String message,
Object headerValue)
- Deprecated.
getHeaderValue
public Object getHeaderValue()
- Deprecated.
- Returns the actual header value
typeName
protected static String typeName(Object headerValue)
- Deprecated.
Copyright © 2008 IONA Open Source Community. All Rights Reserved.