パッケージ io.realm.Exceptions
クラス RealmMigrationNetedException
- 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 ファイルへの標準パスを返します。-
クラス java.lang から継承されたメソッド。スロー可能
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
メソッドの詳細
-
getPath
public string getPath()
移行する必要がある Realm ファイルへの標準パスを返します。これは移行中に簡単に参照するために使用できます。
- 次の値を返します。
- Realm ファイルへの正規パス。
- 以下も参照してください。
File.getCanonicalPath()
-
-