Uses of Class
project35.system.Project35Exception

Packages that use Project35Exception
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.io This package contains classes that manage most of the features for reading and writing data to file. 
project35.mda.config This package contains classes which manage the configuration options for the data entry tool which are not covered by the XML Schema. 
project35.mda.schema The package contains classes which are responsible for interpreting the XML schema. 
project35.soa.alerts The Project35 Alerts system is based on the concept of an Alert, which is a collection of matching criteria associated with an intent such as an error, a warning, a request for communication or a desire to post a bulletin. 
project35.soa.plugins This package contains all the classes that are needed for developers to extend the system with their own plugins. 
project35.system The most important classes in this package are Context classes that hold a collection of environment variables. 
project35.tabletDeployment   
 

Uses of Project35Exception in project35.desktopDeployment
 

Methods in project35.desktopDeployment that return Project35Exception
protected  Project35Exception WorkspaceFiles.createFileDoesNotExistError(java.lang.String fileVariable, java.lang.String fileValue)
           
 

Methods in project35.desktopDeployment that throw Project35Exception
 void RecordView.done()
           
 void WorkspaceFileFinder.findMainConfigurationFile(java.lang.String configurationDirectory)
           
protected  java.net.URL WorkspaceFiles.getURLFromFile(java.io.File file, java.lang.String fileDescription)
           
 void RecordView.keepValues()
           
 void FileMenu.openFile(java.io.InputStream stream)
           
 int Project35Dialog.saveChanges(boolean promptForSaveChanges)
          saves changes.
 

Constructors in project35.desktopDeployment that throw Project35Exception
Project35Service(java.io.File servicePropertiesFile)
           
Project35Service(Project35ApplicationContext project35ApplicationContext)
           
Project35Service(Project35ApplicationContext project35ApplicationContext, javax.swing.JDialog dialog)
           
WorkspaceFileFinder(java.lang.String modelDirectoryPath, boolean ignoreConfigurationFile)
           
WorkspaceFileFinder(java.lang.String project35StartupDirectory, java.lang.String selectedModel, boolean ignoreConfigurationFile)
           
WorkspaceProperties(java.io.InputStream workSpacePropertiesStream)
           
 

Uses of Project35Exception in project35.io
 

Methods in project35.io that throw Project35Exception
 java.lang.String[][] FlatFileReader.getData()
          get a table of terms from the input file.
 java.lang.String[][] FlatFileReader.getData(java.util.ArrayList textLines)
          hopefully will replace the other getData method.
 void XMLSubmissionFileReader.readFile(java.io.File xmlFile)
           
 void NativeFileFormatReader.readFile(java.io.File zipFile)
           
 void XMLSubmissionFileReader.readFile(java.io.InputStream inputStream)
           
 void NativeFileFormatReader.readFile(java.lang.String zipFileName, java.io.InputStream inputStream)
           
 void XMLSubmissionFileReader.readFile(java.net.URL url)
           
 void NativeFileFormatReader.readFile(java.net.URL zipFile)
           
 

Uses of Project35Exception in project35.mda.config
 

Methods in project35.mda.config that throw Project35Exception
 void Project35ConfigurationReader.parseExtensionLauncherRegistry(java.io.InputStream extensionLauncherStream)
           
 void FileLauncher.parseExtensionLauncherRegistry(java.io.InputStream inputStream)
          reads the file extensions file
 void SessionManager.parseSessionFile(java.io.File sessionFile)
           
 void Project35ConfigurationReader.parseSessionFile(java.io.File favouritesFile)
           
 

Uses of Project35Exception in project35.mda.schema
 

Methods in project35.mda.schema that throw Project35Exception
 void SchemaReaderInterface.initialiseConfigurationReader(java.io.InputStream mainConfigurationStream, java.net.URL documentDirectory, java.net.URL resourceDirectory, java.io.InputStream extensionLauncherStream, java.io.File favouritesFile)
          Initialises the configuration of the schema reader.
 void MsvSchemaReader.initialiseConfigurationReader(java.io.InputStream mainConfigurationStream, java.net.URL documentDirectory, java.net.URL resourceDirectory, java.io.InputStream extensionLauncherStream, java.io.File sessionFile)
           
 void SchemaReaderInterface.parseDocument(java.net.URL schemaURL)
          Parses the schema at the given URL.
 void MsvSchemaReader.parseDocument(java.net.URL schemaURL)
           
 

Uses of Project35Exception in project35.soa.alerts
 

Methods in project35.soa.alerts that throw Project35Exception
 void AlertsBundleReader.readFile(java.io.File zipFile)
           
 void AlertsBundleReader.readFile(java.net.URL url)
           
 void AlertsBundle.setFile(java.net.URL url)
           
 

Uses of Project35Exception in project35.soa.plugins
 

Methods in project35.soa.plugins that throw Project35Exception
 java.util.ArrayList PluginLoader.loadPluginClasses(java.net.URL libraryDirectoryURL)
          loads class and jar files found in the model directory "lib" folder eg: project35/dist/models/tutorial/lib
 

Uses of Project35Exception in project35.system
 

Methods in project35.system that throw Project35Exception
 java.lang.Object ModelClassLoader.getInstance(java.lang.String className)
          convenience method to get an instance of a class by the given class name
 void ModelClassLoader.loadModelClasses(java.net.URL libraryDirectoryURL)
          loads class and jar files found in the model directory "lib" folder eg: project35/dist/models/tutorial/lib
 

Uses of Project35Exception in project35.tabletDeployment
 

Methods in project35.tabletDeployment that throw Project35Exception
 int TabletProject35Dialog.saveChanges(boolean promptForSaveChanges)
           
 int DataEntryPanel.saveChanges(boolean promptForSaveChanges)