Class LossyCoercion

All Implemented Interfaces:
Serializable

public class LossyCoercion extends ValueException
A LossyCoercion exception indicates that the conversion cannot be achieved without losing precision.
Since:
1.0
See Also:
  • Constructor Details

    • LossyCoercion

      public LossyCoercion(String sourceTypeName, String destinationTypeName)
      Creates a new instance.
      Parameters:
      sourceTypeName - the source type name
      destinationTypeName - the destination type name