Uses of Class
org.granite.messaging.amf.io.convert.NoConverterFoundException

Packages that use NoConverterFoundException
org.granite.messaging.amf.io.convert   
 

Uses of NoConverterFoundException in org.granite.messaging.amf.io.convert
 

Methods in org.granite.messaging.amf.io.convert that throw NoConverterFoundException
 Object Converters.convert(Object value, Type targetType)
          Converts the supplied object to the supplied target type.
 Converter Converters.getConverter(Object value, Type targetType, boolean throwNotFoundException)
          Returns a suitable converter for supplied parameters or either returns null if no converter can be found or throws a NoConverterFoundException.