Uses of Class
org.wegra.util.stopwatch.UnknownTargetException

Packages that use UnknownTargetException
org.wegra.util.stopwatch   
 

Uses of UnknownTargetException in org.wegra.util.stopwatch
 

Methods in org.wegra.util.stopwatch that throw UnknownTargetException
static long Stopwatch.stop(java.lang.Object target)
          Returns taken time and doesn't continue.
static long Stopwatch.stop(java.lang.Object target, boolean continuable)
          Returns taken time.