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

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

Uses of BadSeverityException in net.sf.jagzilla
 

Methods in net.sf.jagzilla that throw BadSeverityException
 java.util.List BugQuery.getBugsQuery(java.lang.String product, java.lang.String component, java.lang.String version, java.lang.String milestone, java.util.Date creationFrom, java.util.Date creationTo, java.lang.String priority, java.lang.String severity, java.lang.String status, java.lang.String resolution, int assignedTo, int reportedBy)
          gets all bugs that match the criteria.
 void BugQuery.changeBugSeverity(int profile, int bugId, java.lang.String sev, java.lang.String comment)
          changes the severity of a bug.
 void BugQueryHibernateImpl.changeBugSeverity(int profile, int bugId, java.lang.String sev, java.lang.String comment)
           
 java.util.List BugQueryHibernateImpl.getBugsQuery(java.lang.String product, java.lang.String component, java.lang.String version, java.lang.String milestone, java.util.Date creationFrom, java.util.Date creationTo, java.lang.String priority, java.lang.String severity, java.lang.String status, java.lang.String resolution, int assignedTo, int reportedBy)
           
 



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