|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.garret.consus.InvalidOIDError
This exception is thrown when an object with an incorrect OID is accessed (OID = 0, nonexisted OID, OID of deleted object, ...)
Constructor Summary | |
---|---|
InvalidOIDError(int oid)
Construct exception cause by using an invalid OID |
|
InvalidOIDError(int oid,
long pos)
Construct exception caused by using an invalid OID |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidOIDError(int oid)
oid
- of objectpublic InvalidOIDError(int oid, long pos)
oid
- of objectpos
- offset to the object in file + flags
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |