Uses of Class
com.ferri.core.vo.commons.converters.exceptions.ConverterNotFoundException

Packages that use ConverterNotFoundException
com.ferri.core.vo.commons.converters   
 

Uses of ConverterNotFoundException in com.ferri.core.vo.commons.converters
 

Methods in com.ferri.core.vo.commons.converters that throw ConverterNotFoundException
private  AbstractConverter<?,?> BeansConverter.lookup(Class<?> clazz)
          Look up and return any registered AbstractConverter for the specified destination class; if there is no registered Converter, return null.
private  AbstractConverter<?,?> BeansConverter.lookup(Object object)
          Look up and return any registered AbstractConverter for the specified destination class; if there is no registered Converter, return null.