|
FreeHEP API Version current |
|||||||||
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.NoLoopRecordException
This class is thrown by the "loop" method of the
interface if its
SequentialRecordLoop
SequentialRecordSource
throws a
NoSuchRecordException
.
Constructor Summary | |
NoLoopRecordException(long supplied,
long countableSupplied)
Create an instance of this class without any detailed message. |
|
NoLoopRecordException(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 NoLoopRecordException(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 NoLoopRecordException(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 current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |