Uses of Class
org.sql2o.converters.ConverterException
Packages that use ConverterException
Package
Description
Provides all converters used by sql2o.
-
Uses of ConverterException in org.sql2o.converters
Methods in org.sql2o.converters that throw ConverterExceptionModifier and TypeMethodDescriptionbyte[]Conversion from SQL to Java.static ConverterConvert.getConverter(Class clazz) Deprecated.static <E> Converter<E> Convert.throwIfNull(Class<E> clazz, Converter<E> converter) -
Uses of ConverterException in org.sql2o.converters.joda
Methods in org.sql2o.converters.joda that throw ConverterException