Uses of Class
com.ptc.wgmecad.exception.WGMException

Packages that use WGMException
com.ptc.wgmecad   
com.ptc.wgmecad.client   
com.ptc.wgmecad.exception   
com.ptc.wgmecad.xml   
 

Uses of WGMException in com.ptc.wgmecad
 

Methods in com.ptc.wgmecad that throw WGMException
 ClientInterface WindchillIntegrationManager.getClientInterface()
           
 boolean WindchillIntegrationManager.cancelCheckout(String functionName, DesignAll design)
          cancel a checkout
 boolean WindchillIntegrationManager.newRevision(String functionName, DesignAll design)
          cancel a checkout
private static String WindchillIntegrationManager.getContainerSubdirFromMentorZip(File pkgFile)
           
 boolean WindchillIntegrationManager.download(String functionName, DesignAll dsn, boolean checkout)
          This function covers all windchill operations that download files from the server.
 boolean WindchillIntegrationManager.createnew(String functionName, DesignAll dsn)
          prepareFileSystemForCreateNew must have already been called
 boolean WindchillIntegrationManager.checkin(String functionName, DesignAll dsn, boolean skipCheckinStep, boolean checkout, boolean newRev, boolean getCopy, boolean create)
          prepareFileSystemForCheckin must have already been called
 void WindchillIntegrationManager.prepareFileSystemForCreateNew(DesignAll design)
          Prepare the file system and for an upload operation.
 boolean WindchillIntegrationManager.prepareVariantBOM(DesignAll design)
           
 void WindchillIntegrationManager.prepareFileSystemForCheckin(DesignAll design)
          Prepare the file system and for an upload operation.
 void WindchillIntegrationManager.prepareFileSystemForCheckout(DesignAll design)
          Prepare the file system and for an upload operation.
 void WindchillIntegrationManager.loadFileGroups(DesignAll _design, boolean preLoad, String fromWhere)
          Call this to initalize FileGroups
 void WindchillIntegrationManager.initializeWCConnection()
          Initiaize the file system and for an upload operation.
 void WindchillIntegrationManager.initializeFileSystem()
          Initiaize the file system and for an upload operation.
 String[] WindchillIntegrationManager.getAvailableCabinets(String solution, String context)
           
 String[] WindchillIntegrationManager.getAvailableProjects()
           
 String[] WindchillIntegrationManager.getAvailableTeams(String solution, String context)
           
 String[] WindchillIntegrationManager.getAvailableProducts()
           
 boolean WindchillIntegrationManager.revise(String functionName, DesignAll dsn, boolean getCopy, boolean checkout)
          this is a simple revise operation without any checkin
static void Main.initializeArchiveDirectory()
           
static boolean Main.preValidateCreateNew(DesignAll dsn)
          checks if an iperation is likely to succeed
static boolean Main.preValidateCheckin(DesignAll dsn, boolean newRev)
          checks if an iperation is likely to succeed
static boolean Main.preValidateCheckout(DesignAll dsn, boolean checkout)
          checks if an iperation is likely to succeed
private  Cabinet[] BrowseFolderPathControl.getCabinets()
           
 

Uses of WGMException in com.ptc.wgmecad.client
 

Methods in com.ptc.wgmecad.client that throw WGMException
static void WindchillConnection.connect(String windchillServerURL, String username, String password)
           
 

Uses of WGMException in com.ptc.wgmecad.exception
 

Subclasses of WGMException in com.ptc.wgmecad.exception
 class ApplicationInvocationException
          Created by IntelliJ IDEA.
 class BadEPMDocException
          Created by IntelliJ IDEA.
 class BadlyFormattedNumericTypeException
          Created by IntelliJ IDEA.
 class BoardSameAsAssemblyNumException
          Created by IntelliJ IDEA.
 class BOMFileBadFormatException
          Title:
 class CancelledException
          Created by IntelliJ IDEA.
 class ClassLoadException
          Created by IntelliJ IDEA.
 class ClientInterfaceInvokeException
          Created by IntelliJ IDEA.
 class ComponentAlreadyRegisteredException
           
 class ComponentInstantiationException
           
 class ComponentNotRegisteredException
           
 class DesignAlreadyCheckedOutException
          Created by IntelliJ IDEA.
 class DesignInWindchillException
          Created by IntelliJ IDEA.
 class DesignNotCheckedOutException
          Created by IntelliJ IDEA.
 class DesignNotInWindchillException
          Created by IntelliJ IDEA.
 class DesignPartsInSameWorkspaceException
          Title:
 class DesignPartsNotInSameWorkspaceException
          Title:
 class ECADPropertiesMissingException
          Created by IntelliJ IDEA.
 class EmptyVectorException
          Created by IntelliJ IDEA.
 class GetAssemblyCheckedOutException
          Created by IntelliJ IDEA.
 class GetAssemblyException
          Created by IntelliJ IDEA.
 class InternalBomFailedException
          Created by IntelliJ IDEA.
 class InvalidArgumentException
           
 class InvalidDesignArgumentException
          Created by IntelliJ IDEA.
 class InvalidDesignZipException
          Title:
 class MissingAssemblyException
          Created by IntelliJ IDEA.
 class MissingAttributeException
          Created by IntelliJ IDEA.
 class MissingLocationException
          Title:
 class NoCPMFileFoundException
          Created by IntelliJ IDEA.
 class ObjectNotRegisteredWithWGMProgMonException
          Created by IntelliJ IDEA.
 class PrimaryVariantNotMatchingAsmNumException
          Created by IntelliJ IDEA.
 class ProjectDirectoryMacroInMidPathException
          Created by IntelliJ IDEA.
 class ProjectLocationException
          Created by IntelliJ IDEA.
 class QueryDesignFailureException
          Created by IntelliJ IDEA.
 class SetInstanceException
          Created by IntelliJ IDEA.
 class UnableToCreateClientInterfaceException
          Created by IntelliJ IDEA.
 class UnableToGetDataFromServerException
          Created by IntelliJ IDEA.
 class UnableToWriteFileException
          Created by IntelliJ IDEA.
 class UnexpectedArgumentException
           
 class UnexpectedFilesInVariantDir
          Title:
 class VariantFileBadFormatException
          Created by IntelliJ IDEA.
 class WGMEmbeddedException
          Created by IntelliJ IDEA.
 class WindchillFunctionException
          Created by IntelliJ IDEA.
 class WindchillServerNotSpecifiedException
          Created by IntelliJ IDEA.
 class zipFileCreationInterruptedException
          Created by IntelliJ IDEA.
 

Uses of WGMException in com.ptc.wgmecad.xml
 

Subclasses of WGMException in com.ptc.wgmecad.xml
 class XMLCompWithNoRefdesException
          Created by IntelliJ IDEA.