Class TypeConverterExistsException

    • Constructor Detail

      • TypeConverterExistsException

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

      • getToType

        public Class<?> getToType()
      • getFromType

        public Class<?> getFromType()