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

Packages that use SoapUIException
com.eviware.soapui SoapUI root package 
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.impl.wsdl.teststeps.assertions WsdlAssertion implementations and related classes 
com.eviware.soapui.model.workspace Workspace-related model items 
 

Uses of SoapUIException in com.eviware.soapui
 

Methods in com.eviware.soapui that throw SoapUIException
static SoapUI SoapUI.startSoapUI(java.lang.String[] args, java.lang.String title, java.net.URL splashImage)
           
 

Uses of SoapUIException in com.eviware.soapui.impl
 

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

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.io.File file)
           
 

Constructors in com.eviware.soapui.impl.wsdl that throw SoapUIException
WsdlProject(java.lang.String path)
           
WsdlProject(java.lang.String path, WorkspaceImpl workspace)
           
WsdlProject(java.lang.String path, WorkspaceImpl workspace, boolean create)
           
 

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

Subclasses of SoapUIException in com.eviware.soapui.impl.wsdl.teststeps.assertions
 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
 void Workspace.changeWorkspace(java.io.File newPath)
           
 Project Workspace.createProject(java.lang.String name, java.io.File file)
           
 Project Workspace.importProject(java.lang.String filename)
           
abstract  Workspace WorkspaceFactory.openWorkspace(java.lang.String[] args)
           
 



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