Uses of Package
ucot.exceptions

Packages that use ucot.exceptions
ucot UCOT package, contains general classes for all modules. 
ucot.core ControlInterface and Core class, these control the program flow. 
ucot.exceptions Exceptions specified for UCOT. 
ucot.heuristic Heuristic interface and related classes. 
ucot.input Classes related to reading usecases from a file. 
ucot.output Classes related to outputting (e.g. saving to a file) AnalyzeModel. 
ucot.parser Classes related to parsing read usecases. 
ucot.ui.gui Graphical userInterface and classes related to it. 
 

Classes in ucot.exceptions used by ucot
BadPropertyValueException
           Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.
 

Classes in ucot.exceptions used by ucot.core
BadPropertyValueException
           Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.
 

Classes in ucot.exceptions used by ucot.exceptions
UseCaseException
           General exception for usecases.
 

Classes in ucot.exceptions used by ucot.heuristic
BadPropertyValueException
           Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.
 

Classes in ucot.exceptions used by ucot.input
BadPropertyValueException
           Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.
CannotLoadUseCasesException
           Thrown when UseCaseCollection fails to get UseCases from given source.
 

Classes in ucot.exceptions used by ucot.output
BadPropertyValueException
           Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.
 

Classes in ucot.exceptions used by ucot.parser
BadPropertyValueException
           Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.
 

Classes in ucot.exceptions used by ucot.ui.gui
BadPropertyValueException
           Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.