Class TypeConverterExistsException

All Implemented Interfaces:
Serializable

public class TypeConverterExistsException extends RuntimeCamelException
Exception when failing to add type converters due there is already an existing type converter.
See Also:
  • Constructor Details

    • TypeConverterExistsException

      public TypeConverterExistsException(Class<?> toType, Class<?> fromType)
  • Method Details

    • getToType

      public Class<?> getToType()
    • getFromType

      public Class<?> getFromType()