Class InvalidPropertyTypeException

All Implemented Interfaces:
Serializable

public class InvalidPropertyTypeException extends PropertyException
Thrown when a property type is incompatible with another property type.
See Also:
  • Constructor Details

    • InvalidPropertyTypeException

      public InvalidPropertyTypeException(Property property, Property invalidProperty, String text)
      Constructor.
      Parameters:
      property - the property
      invalidProperty - the property which type is incompatible with the property type
      text - the exception text
  • Method Details

    • getInvalidProperty

      public Property getInvalidProperty()
      Returns the property which type is incompatible with the property type.
      Returns:
      the property which type is incompatible with the property type