Class Uncoercible

All Implemented Interfaces:
Serializable

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

    • Uncoercible

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