Uses of Package
uk.ac.cisban.rod.exception

Packages that use uk.ac.cisban.rod.exception
uk.ac.cisban.rod.dao Database access package containing all code for database access. 
uk.ac.cisban.rod.dao.specifics Grouping specific sets of tasks together in communication to the database. 
uk.ac.cisban.rod.data Manages all data incoming from the database and forwards database requests from the GUI. 
uk.ac.cisban.rod.data.handlers Handles all of the connections with the DAO and keeps track of the progress of the task. 
uk.ac.cisban.rod.gui Control classes for the ROD GUI and also some helper mini-applications that are useful for debugging and maintaining ROD. 
uk.ac.cisban.rod.parsing.util Utility classes for parsing. 
 

Classes in uk.ac.cisban.rod.exception used by uk.ac.cisban.rod.dao
AlreadyExistsException
          Thrown when an item in the database already exists.
QueryNotFoundException
          Thrown when a query to the database unexpectedly resulted in the object not being found.
 

Classes in uk.ac.cisban.rod.exception used by uk.ac.cisban.rod.dao.specifics
QueryNotFoundException
          Thrown when a query to the database unexpectedly resulted in the object not being found.
 

Classes in uk.ac.cisban.rod.exception used by uk.ac.cisban.rod.data
QueryNotFoundException
          Thrown when a query to the database unexpectedly resulted in the object not being found.
 

Classes in uk.ac.cisban.rod.exception used by uk.ac.cisban.rod.data.handlers
AlreadyExistsException
          Thrown when an item in the database already exists.
QueryNotFoundException
          Thrown when a query to the database unexpectedly resulted in the object not being found.
 

Classes in uk.ac.cisban.rod.exception used by uk.ac.cisban.rod.gui
IncorrectInputException
          Thrown when input from the user is incorrect in some way.
 

Classes in uk.ac.cisban.rod.exception used by uk.ac.cisban.rod.parsing.util
IncorrectInputException
          Thrown when input from the user is incorrect in some way.
 



Copyright © 2010. All Rights Reserved.