Class IncompatiblePropertyValueTypeException

All Implemented Interfaces:
Serializable

public class IncompatiblePropertyValueTypeException extends PropertyValueException
See Also:
  • Constructor Details

    • IncompatiblePropertyValueTypeException

      public IncompatiblePropertyValueTypeException(String propertyName, Class expectedType, Class actualType, Throwable e)
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • getExpectedType

      public Class getExpectedType()
    • getActualType

      public Class getActualType()