Uses of Class
org.bs.mdi.FileIOException

Packages that use FileIOException
org.bs.mdi   
 

Uses of FileIOException in org.bs.mdi
 

Methods in org.bs.mdi that throw FileIOException
 void FileSaver.save(RootData data, String filename)
          Saves the document data to disk.
 RootData FileLoader.load(String filename)
          Loads the data from disk.
 RootData FileIOManager.load(String filename, FileLoader loader)
          Tries to load data from disk using the specified loader module.
 RootData FileIOManager.load(String filename)
          Tries to load data from disk.
 void FileIOManager.save(RootData data, String filename, FileSaver saver)
          Tries to save a document to disk using the specified saver module.
 void FileIOManager.save(RootData data, String filename)
          Tries to save a document to disk.
 void FileIOManager.export(RootData data, FileExporter exporter)
          Exports the data using the specified exporter module.
 void FileExporter.export(RootData data)
          Exports the data to a non-loadable format.
static Document Document.open(String filename)
          Opens an existing document.
 void Document.save(String filename)
          Saves this document to a file.