Class PropertyTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ClassCastException
com.inductiveautomation.ignition.common.config.PropertyTypeException
All Implemented Interfaces:
Serializable

public class PropertyTypeException extends ClassCastException
Indicates that the value provided cannot be cast to the correct type for the property.
See Also:
  • Constructor Details

    • PropertyTypeException

      public PropertyTypeException()
    • PropertyTypeException

      public PropertyTypeException(String s)
    • PropertyTypeException

      public PropertyTypeException(Property<?> targetProperty, Object value)
  • Method Details