Uses of Class
soc.util.CutoffExceededException

Packages that use CutoffExceededException
soc.robot   
soc.util   
 

Uses of CutoffExceededException in soc.robot
 

Methods in soc.robot that throw CutoffExceededException
protected  SOCResSetBuildTimePair SOCBuildingSpeedEstimate.calculateRollsAccurate(SOCResourceSet startingResources, SOCResourceSet targetResources, int cutoff, boolean[] ports)
          this figures out how many rolls it would take this player to get the target set of resources given a starting set
protected  SOCResSetBuildTimePair SOCBuildingSpeedEstimate.calculateRollsAndRsrcFast(SOCResourceSet startingResources, SOCResourceSet targetResources, int cutoff, boolean[] ports)
          this figures out how many rolls it would take this player to get the target set of resources given a starting set
 

Uses of CutoffExceededException in soc.util
 

Methods in soc.util that throw CutoffExceededException
 void CappedQueue.put(T o)
          DOCUMENT ME!