Uses of Class
de.unihalle.informatik.Alida.exceptions.ALDDataConverterException

Packages that use ALDDataConverterException
de.unihalle.informatik.Alida.dataconverter   
 

Uses of ALDDataConverterException in de.unihalle.informatik.Alida.dataconverter
 

Methods in de.unihalle.informatik.Alida.dataconverter that throw ALDDataConverterException
 Object ALDDataConverterManager.convert(ALDDataConverter provider, Object sourceObject, Field sourceField, Class<?> targetClass, Field targetField)
          Convert the sourceObject into an object of class targetClass.
 Object ALDDataConverterManager.convert(Object sourceObject, Class<?> targetClass)
          Convert the sourceObject into an object of class targetClass.
 Object ALDDataConverterManager.convert(Object sourceObject, Field sourceField, Class<?> targetClass, Field targetField)
           
 Object ALDDataConverter.convert(Object sourceObject, Type[] sourceTypes, Class<?> targetClass, Type[] targetTypes)
          Convert the sourceObject into an object of class targetClass.
 Object ALDVectorNativeArrayConverter.convert(Object sourceObject, Type[] sourceTypes, Class<?> targetClass, Type[] targetTypes)
           
 Object ALDDataConverterManager.convert(Object sourceObject, Type[] sourceTypes, Class<?> targetClass, Type[] targetTypes)
          Convert the sourceObject into an object of class targetClass.
 Object ALDNumberConverter.convert(Object sourceObject, Type[] sourceTypes, Class<?> targetClass, Type[] targetTypes)
           
 



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.