Class Watchdog


  • public class Watchdog
    extends Object
    A watchdog counter initialized with some value. Throws an exception after the specified decrement() calls. Is used to break possible resolution loops.