Thrown when an object can not be {@linkplain ObjectConverter#apply(Object) converted}from the
source type to the
target type.
Some converters may attempt many strategies before to give up, resulting in more than one exception being caught. In such case, all the failed attempts will be reported as {@linkplain #getSuppressed() suppressed exceptions} and the {@linkplain #getCause() cause}will be an arbitrary item of this list.
@author Martin Desruisseaux (Geomatys)
@since 0.3 (derived from geotk-3.00)
@version 0.3
@module