|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 interface if there is a request to interrupt the
loop. |
class |
LoopSourceExhaustedException
This class is thrown by the "loop" method of the interface if its
SequentialRecordSource throws a EndOfSourceException . |
class |
NoLoopRecordException
This class is thrown by the "loop" method of the 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |