Exception RealmMigrationNeededException
On this page
Realm is now Atlas Device SDK – Learn More
io.realm.exceptions
io.realm.exceptions.RealmMigrationNeededException
Constructors
Constructor and Description |
---|
Method Summary
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Methods inherited from class java.lang.Throwable :
getMessage
,getLocalizedMessage
,getCause
,initCause
,toString
,printStackTrace
,printStackTrace
,printStackTrace
,fillInStackTrace
,getStackTrace
,setStackTrace
,addSuppressed
,getSuppressed
Constructor Detail
Method Detail
getPath
Returns the canonical path to the Realm file that needs to be migrated.This can be used for easy reference during a migration: Returns Canonical path to the Realm file. TipSee also: |