Class TypeConversionException

All Implemented Interfaces:
Serializable

public class TypeConversionException extends TypeException
See Also:
  • Constructor Details

    • TypeConversionException

      public TypeConversionException(Object value, String message)
    • TypeConversionException

      public TypeConversionException(Object value, String message, Throwable cause)
    • TypeConversionException

      public TypeConversionException(Type<?> type, Type<?> targetType, Object value, String message)
    • TypeConversionException

      public TypeConversionException(Type<?> type, Type<?> targetType, Object value, String message, Throwable cause)
  • Method Details

    • initTargetType

      public void initTargetType(Type<?> targetType)
    • getTargetType

      public Type<?> getTargetType()