Class TypeMappingException

  • All Implemented Interfaces:
    Serializable

    public class TypeMappingException
    extends MappingException
    Thrown from the mapping process when the type of the object to be mapped can not be determined. Commonly occurs when type information was lost due to type erasure or dynamic proxying.
    See Also:
    Serialized Form