Uses of Package
net.sf.jagzilla.exceptions

Packages that use net.sf.jagzilla.exceptions
net.sf.jagzilla Main package for jagzilla which contains core api interfaces and implementing classes. 
net.sf.jagzilla.events Contains code for event handling in jagzilla  
net.sf.jagzilla.exceptions Jagzilla exceptions package. 
net.sf.jagzilla.taglib This package contains classes that conform the jagzilla taglib. 
 

Classes in net.sf.jagzilla.exceptions used by net.sf.jagzilla
BadParameterException
          base class for all exceptions related to a bad parameter, which is not looked up dynamicallym but can be found in system constants.
BadPriorityException
          priority is not a constant value in Bug class
BadResolutionException
          resolution is not a constant value in Bug class
BadSeverityException
          severity is not a constant value in Bug class
BadStatusException
          status is not a constant value in Bug class
ComponentNotUniqueException
          indicates that it was assumed that a component name is unique (and it wasn't).
DateInFutureException
          exception that indicates that a date received references a time instance in the future when it should not.
InconsistencyException
          represents some inconsistency in data or the imposibility to identify a record by a field.
JagzillaEventException
          base class for errors related to event handling.
JagzillaException
          base class for all application exceptions.
NoSuchAsigneeException
          exception thrown when the reporter does not exist.
NoSuchBugException
          indicates that the referenced bug was not found in database.
NoSuchComponentException
          indicates that the referenced component was not found in database.
NoSuchMilestoneException
          indicates that the referenced milestone was not found in database.
NoSuchProductException
          indicates that the referenced product was not found in database.
NoSuchProfileException
          indicates that the referenced profile was not found in database.
NoSuchReporterException
          exception thrown when the reporter does not exist.
NoSuchVersionException
          indicates that the version specified was not found in database.
ProductComponentRelationException
          indicates that the specified component does not belong to the product.
 

Classes in net.sf.jagzilla.exceptions used by net.sf.jagzilla.events
NullSourceException
          exception thrown when the application is trying to fire an event with an unconfigured source.
 

Classes in net.sf.jagzilla.exceptions used by net.sf.jagzilla.exceptions
BadParameterException
          base class for all exceptions related to a bad parameter, which is not looked up dynamicallym but can be found in system constants.
InconsistencyException
          represents some inconsistency in data or the imposibility to identify a record by a field.
JagzillaException
          base class for all application exceptions.
NoSuchException
          base class for all exceptions related to a non-existing element.
NoSuchProfileException
          indicates that the referenced profile was not found in database.
NotUniqueException
          indicates that an assumption made that an identifier would be unique failed (The identifier was not uniqe).
 

Classes in net.sf.jagzilla.exceptions used by net.sf.jagzilla.taglib
JagzillaException
          base class for all application exceptions.
 



Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.