public class TypeConverterExistsException extends RuntimeCamelException
| Constructor and Description |
|---|
TypeConverterExistsException(Class<?> toType,
Class<?> fromType) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getFromType() |
Class<?> |
getToType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeConverterExistsException(Class<?> toType, Class<?> fromType)
public Class<?> getFromType()
Apache Camel