|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.freehep.record.loop.LoopException
|
+--org.freehep.record.loop.LoopSourceExhaustedException
This class is thrown by the "loop" method of the interface if its
SequentialRecordLoopSequentialRecordSource throws a EndOfSourceException.
| Constructor Summary | |
LoopSourceExhaustedException(long supplied,
long countableSupplied)
Create an instance of this class without any detailed message. |
|
LoopSourceExhaustedException(String s,
long supplied,
long countableSupplied)
Create an instance of this class with a detailed message. |
|
| Methods inherited from class org.freehep.record.loop.LoopException |
getCountableSupplied, getSupplied |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LoopSourceExhaustedException(long supplied,
long countableSupplied)
supplied - the number of records that were supplied before the
exception.countableSupplied - the number of countable records that were
supplied before the exception.
public LoopSourceExhaustedException(String s,
long supplied,
long countableSupplied)
s - the detailed message.supplied - the number of records that were supplied before the
exception.countableSupplied - the number of countable records that were
supplied before the exception.
|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||