|
db4o 7.4 | ||||||||
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
com.db4o.foundation.ChainedRuntimeException
com.db4o.ext.Db4oException
com.db4o.ext.OldFormatException
public class OldFormatException
db4o-specific exception.
This exception is thrown when an old file format was detected
and Configuration.allowVersionUpdates(boolean)
is set to false.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException |
---|
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin |
Constructor Summary | |
---|---|
OldFormatException()
Constructor with the default message. |
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 OldFormatException()
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |