Uses of Class
org.objectweb.jac.wrappers.LimiterException

Packages that use LimiterException
org.objectweb.jac.wrappers   
 

Uses of LimiterException in org.objectweb.jac.wrappers
 

Methods in org.objectweb.jac.wrappers that throw LimiterException
 Object LimiterWrapper.testMax(Interaction interaction)
          This wrapping method tests the counter of the limiter and raises the LimiterExeption when when it is over the maximum value.
 Object LimiterWrapper.testMin(Interaction interaction)
          This wrapping method tests the counter of the limiter and raises the LimiterExeption when when it is below the minimum value.