Uses of Class
net.shredzone.ifish.db.DatabaseException

Packages that use DatabaseException
net.shredzone.ifish   
net.shredzone.ifish.db   
net.shredzone.ifish.gui   
 

Uses of DatabaseException in net.shredzone.ifish
 

Methods in net.shredzone.ifish that throw DatabaseException
 File IFishRenameCallback.renameDirectory(File base, File directory)
          Handle the directory names as desired by the user.
 File IFishRenameCallback.renameFile(File base, File file)
          Handle the filenames as desired by the user.
 

Uses of DatabaseException in net.shredzone.ifish.db
 

Methods in net.shredzone.ifish.db that throw DatabaseException
 void NaviDb.addEntry(Entry entry)
          Add an entry to the database.
 void NaviDb.importFile(File file, String charset)
          Import a database file into this database.
 void NaviDb.importFile(File file, String charset, StatusCallback cb)
          Import a database file into this database.
 File RenameCallback.renameDirectory(File base, File directory)
          A directory name exceeded the maximum length of 52 characters.
 File RenameCallback.DefaultRenameCallback.renameDirectory(File base, File directory)
          A directory name exceeded the maximum length of 52 characters.
 File SmartRenameCallback.renameFile(File base, File file)
          A file name exceeded the maximum length of 52 characters.
 File RenameCallback.renameFile(File base, File file)
          A file name exceeded the maximum length of 52 characters.
 File RenameCallback.DefaultRenameCallback.renameFile(File base, File file)
          A file name exceeded the maximum length of 52 characters.
 void Sync.syncDir(File base)
          Synchronizes a directory with this database.
 void Sync.syncDir(File base, StatusCallback cb, RenameCallback rcb)
          Synchronizes a directory with this database.
 

Constructors in net.shredzone.ifish.db that throw DatabaseException
FileEntry(File base, File file, net.shredzone.ifish.ltr.LTR ltr)
          Create a new entry from a file.
FileEntry(File base, File file, net.shredzone.ifish.ltr.LTRFactory factory)
          Create a new entry from a file.
NaviDb(File file, String charset)
          Create a database and fill it with a database file.
 

Uses of DatabaseException in net.shredzone.ifish.gui
 

Methods in net.shredzone.ifish.gui that throw DatabaseException
 void NaviDbTableModel.addEntry(Entry entry)
          Add an entry to the database.
 

Constructors in net.shredzone.ifish.gui that throw DatabaseException
NaviDbTableModel(File file, String charset)
          Create a database and fill it with a database file.
 



Copyright © 2007-2011 shredzone.org. All Rights Reserved.