Uses of Class
org.freehep.record.loop.LoopException

Packages that use LoopException
org.freehep.record.loop   
 

Uses of LoopException in org.freehep.record.loop
 

Subclasses of LoopException in org.freehep.record.loop
 class LoopInterruptedException
          This class is thrown by the "loop" method of the SequentialRecordLoop interface if there is a request to interrupt the loop.
 class LoopSourceExhaustedException
          This class is thrown by the "loop" method of the SequentialRecordLoop interface if its SequentialRecordSource throws a EndOfSourceException.
 class NoLoopRecordException
          This class is thrown by the "loop" method of the SequentialRecordLoop interface if its SequentialRecordSource throws a NoSuchRecordException.
 

Methods in org.freehep.record.loop that throw LoopException
 long SequentialRecordLoopManager.endLoop()
          This method should be called after the loop has ended.
 long SequentialRecordLoopImplManager.endLoop()
           
 long SequentialRecordLoopImpl.loop(long number)
           
 long SequentialRecordLoop.loop(long number)
          Processes the specified number of records through the record loop.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.