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
Indicates that the value provided cannot be cast to the correct type for the property.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static String
messageFor
(Property<?> targetProperty, Object value) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyTypeException
public PropertyTypeException() -
PropertyTypeException
-
PropertyTypeException
-
-
Method Details
-
messageFor
-