Holger's
Java API

Uses of Class
com.antelmann.util.revision.RevisionException

Packages that use RevisionException
com.antelmann.util.revision This package contains classes useful for implementing systems that deal with revisions. 
 

Uses of RevisionException in com.antelmann.util.revision
 

Methods in com.antelmann.util.revision that throw RevisionException
 void RevisionVeto.checkRevision(Revision revision)
          if no Exception is thrown, the revision is deemed ok
protected  void DefaultRevisable.checkRevision(Revision revision)
          if returning without an exception, the revision is effectively accepted and all listeners are informed.
 void Revisable.revise(Object source, Object changes, Status newStatus, String comment)
          adds a revision to the history and changes the current status accordingly; the revision's old status must match this Revisable's current status.
 void DefaultRevisable.revise(Object source, Object changes, Status newStatus, String comment)
          this implementation calls DefaultRevisable.checkRevision(Revision), adds the revision to the history and then informs the listeners
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads