Class Operator.PropertyTypecheckException

  • All Implemented Interfaces:
    LocatedItem, Serializable
    Enclosing class:
    Operator

    public final class Operator.PropertyTypecheckException
    extends TypecheckException
    A typecheck exception associated with an Operator property (or parameter) by name. Use this instead of TypecheckException when throwing from Operator.typecheck() to allow Studio to decorate the error message alongside the UI widget corresponding to the property.

    For all constructors, the first String argument is the Operator's property name (as declared by the Operator's BeanInfo)

    Since:
    6.5 initial release
    See Also:
    Serialized Form