|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
chemaxon.marvin.view.MDocStorage.RecordUnavailableException
public class MDocStorage.RecordUnavailableException
Requested record is not available in the source. If the input source is a file, it means that end of file is reached before accessing the requested record index.
| Method Summary | |
|---|---|
int |
getRecordIndex()
Gets the requested, unavailable record index. |
int |
getRecordIndexMax()
Gets the maximum available record index. |
int |
getRecordIndexMin()
Gets the minimum available record index. |
boolean |
isEndReached()
Tests whether the end of storage is reached. |
| 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 |
| Method Detail |
|---|
public int getRecordIndex()
public int getRecordIndexMin()
public int getRecordIndexMax()
public boolean isEndReached()
true is the end of storage is reached,
false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||