Uses of Class
com.ptc.edadata.ResponseException

Packages that use ResponseException
com.ptc.edadata This package is for requesting information from EDA files  
com.ptc.wgmecad   
 

Uses of ResponseException in com.ptc.edadata
 

Subclasses of ResponseException in com.ptc.edadata
 class BOMResponseException
          Title: BOMResponseException
 class CleanupResponseException
          Title: CleanupResponseException
 class EDAViewableResponseException
          Title: EDAViewableResponseException
 class FileListResponseException
          Title: FileListResponseException
 class VerifyDesignResponseException
          Title: VerifyDesignResponseException
 

Fields in com.ptc.edadata declared as ResponseException
private  ResponseException ResponseException.m_reNextException
           
 

Methods in com.ptc.edadata that return ResponseException
 ResponseException ResponseException.getNextException()
          Retrieves the exception chained to this ResponseException object.
 

Methods in com.ptc.edadata with parameters of type ResponseException
 void ResponseException.setNextException(ResponseException nextException)
          Adds an ResponseException object to the end of the chain.
 

Uses of ResponseException in com.ptc.wgmecad
 

Methods in com.ptc.wgmecad that throw ResponseException
static Response OhioIntegration.ProcessRequest(Request request)
           
static File[] OhioIntegration.GetDesignArchiveFiles(String vendor, File Directory, File[] excludeDirs)
           
static File[] OhioIntegration.GetSchDesignArchiveFiles(String vendor, File schematicDirectory, File[] excludeDirs)
           
static File[] OhioIntegration.GetBrdDesignArchiveFiles(String vendor, File boardDirectory, File[] excludeDirs)
           
static Vector OhioIntegration.BuildBOM(String vendor, String toolType, DesignAll dsn, String epmDocType, File dsnFile, File bomFile, boolean variants)