Uses of Class
net.sf.jagzilla.exceptions.InconsistencyException

Packages that use InconsistencyException
net.sf.jagzilla Main package for jagzilla which contains core api interfaces and implementing classes. 
net.sf.jagzilla.exceptions Jagzilla exceptions package. 
 

Uses of InconsistencyException in net.sf.jagzilla
 

Methods in net.sf.jagzilla that throw InconsistencyException
 void BugQuery.addBug(Bug bug)
          adds a new bug to the database.
 int SystemQuery.getUserId(java.lang.String login)
          gets the id of the user given it's login.
 int SystemQueryHibernateImpl.getUserId(java.lang.String login)
           
 

Uses of InconsistencyException in net.sf.jagzilla.exceptions
 

Subclasses of InconsistencyException in net.sf.jagzilla.exceptions
 class ComponentNotUniqueException
          indicates that it was assumed that a component name is unique (and it wasn't).
 class NoComponentsException
          inconsistency indicating there are no components.
 class NotUniqueException
          indicates that an assumption made that an identifier would be unique failed (The identifier was not uniqe).
 class ProductComponentRelationException
          indicates that the specified component does not belong to the product.
 



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