Class com.symantec.itools.vcafe.openapi.InvalidVisualPropertyException
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.openapi.InvalidVisualPropertyException
Object
|
+----Throwable
|
+----Exception
|
+----RuntimeException
|
+----com.symantec.itools.vcafe.openapi.InvalidVisualPropertyException
- public class InvalidVisualPropertyException
- extends RuntimeException
Indicates a method was called on an invalid VisualProperty.
This can happen if the Visual Cafe environment has disposed of the VisualProperty's VisualObject, and
the plug-in java code ignores the VisualObjectListener notification and still maintains a reference
to the VisualObject or VisualProperty, for example.
- Version:
- 1.0
- Author:
- Symantec Internet Tools Division
- Since:
- VCafe 3.0
- See Also:
- VisualProperty, checkValidity, VisualObject, VisualObjectListener
-
com.symantec.itools.vcafe.openapi.InvalidVisualPropertyException()
- Constructs a new InvalidVisualPropertyException.
InvalidVisualPropertyException
public InvalidVisualPropertyException()
- Constructs a new InvalidVisualPropertyException.
All Packages Class Hierarchy This Package Previous Next Index