Uses of Class
com.eviware.soapui.support.SoapUIException

Packages that use SoapUIException
com.eviware.soapui.impl Default implementations of core interfaces 
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.workspace Workspace-related model items 
 

Uses of SoapUIException in com.eviware.soapui.impl
 

Methods in com.eviware.soapui.impl that throw SoapUIException
 WsdlProject WorkspaceImpl.createProject(java.lang.String name)
           
 WsdlProject WorkspaceImpl.createProject(java.lang.String name, java.io.File file)
           
 Project WorkspaceImpl.importProject(java.lang.String fileName)
           
 WsdlProject WorkspaceImpl.importRemoteProject(java.lang.String url)
           
 Project WorkspaceImpl.openProject(Project project)
           
 Workspace WorkspaceFactoryImpl.openWorkspace(java.lang.String[] args)
           
 Project WorkspaceImpl.reloadProject(Project project)
           
 void WorkspaceImpl.switchWorkspace(java.io.File file)
           
 

Uses of SoapUIException in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that throw SoapUIException
 WsdlInterface[] WsdlProject.importWsdl(java.lang.String url, boolean createRequests)
           
 WsdlInterface[] WsdlProject.importWsdl(java.lang.String url, boolean createRequests, javax.xml.namespace.QName bindingName, WsdlLoader wsdlLoader)
           
 WsdlInterface[] WsdlProject.importWsdl(java.lang.String url, boolean createRequests, WsdlLoader wsdlLoader)
           
 void WsdlProject.reload()
           
 void WsdlProject.reload(java.lang.String path)
           
 

Constructors in com.eviware.soapui.impl.wsdl that throw SoapUIException
WsdlProject()
           
WsdlProject(java.lang.String path)
           
 

Uses of SoapUIException in com.eviware.soapui.model.testsuite
 

Subclasses of SoapUIException in com.eviware.soapui.model.testsuite
 class AssertionException
          Exception thrown during assertion
 

Uses of SoapUIException in com.eviware.soapui.model.workspace
 

Methods in com.eviware.soapui.model.workspace that throw SoapUIException
 Project Workspace.createProject(java.lang.String name, java.io.File file)
           
 Project Workspace.importProject(java.lang.String filename)
           
 Project Workspace.openProject(Project modelItem)
           
abstract  Workspace WorkspaceFactory.openWorkspace(java.lang.String[] args)
           
 void Workspace.switchWorkspace(java.io.File newPath)
           
 



Copyright © 2005-2008 eviware.com. All Rights Reserved.