类 RealmMigrationNeededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.realm.exceptions.RealmMigrationNeededException
-
- 所有已实现的接口:
Serializable
public final class RealmMigrationNeededException extends RuntimeException
- 另请参阅:
- 序列化表单
-
-
构造函数摘要
构造函数 Constructor 说明 RealmMigrationNeededException(String canonicalRealmPath, String detailMessage)
-
方法摘要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 String
getPath()
返回需要迁移的 Realm 文件的规范路径。
-
-
-
方法详细信息
-
getPath
public String getPath()
返回需要迁移的 Realm 文件的规范路径。这可用于在迁移期间轻松引用:
- 返回:
- Realm 文件的规范路径。
- 另请参阅:
File.getCanonicalPath()
-
-