Uses of Class
org.argouml.persistence.OpenException

Packages that use OpenException
org.argouml.persistence Contains support for persisting projects to some media. 
 

Uses of OpenException in org.argouml.persistence
 

Subclasses of OpenException in org.argouml.persistence
 class VersionException
          An exception to be thrown when tryuing to read a file of an unknown version.
 

Methods in org.argouml.persistence that throw OpenException
abstract  Project AbstractFilePersister.doLoad(File file)
           
 Project ZargoFilePersister.doLoad(File file)
           
 Project XmiFilePersister.doLoad(File file)
          This method creates a project from the specified URL Unlike the constructor which forces an .argo extension This method will attempt to load a raw XMI file This method can fail in several different ways.
 Project UmlFilePersister.doLoad(File file)
           
 Project UmlFilePersister.doLoad(File originalFile, File file)
           
private  File UmlFilePersister.upgrade(File file, int fileVersion)
           
 File UmlFilePersister.transform(File file, int version)
          Transform a string of XML data according to the service required.
private  int UmlFilePersister.getPersistenceVersionFromFile(File file)
          Reads an XML file of uml format and extracts the persistence version number from the root tag.
private  String UmlFilePersister.getReleaseVersionFromFile(File file)
          Reads an XML file of uml format and extracts the persistence version number from the root tag.
 void TodoListMemberFilePersister.load(Project project, InputStream inputStream)
          Load the todo member.
 Project ProjectFilePersister.doLoad(File file)
           
 void ModelMemberFilePersister.load(Project project, InputStream inputStream)
          Loads a model (XMI only) from an input source.
abstract  void MemberFilePersister.load(Project project, InputStream inputStream)
          Load the member based on instance variables which should have been setup in the constructor.
 void DiagramMemberFilePersister.load(Project project, InputStream inputStream)
           
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook