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