パッケージ io.realm.Exceptions
クラス RealmFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.realm.exceptions.RealmFileException
-
- すべての実装インターフェース:
Serializable
public class RealmFileException extends RuntimeException
Realm 関連のファイルにアクセスする際に問題を報告するクラス。- 以下も参照してください。
- 直列化された形式
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子と型 クラス 説明 static class
RealmFileException.Kind
このRealmFileException
の具体的な種類。
-
コンストラクターの概要
コンストラクター Constructor 説明 RealmFileException(byte value, String message)
RealmFileException(RealmFileException.Kind kind, String message)
RealmFileException(RealmFileException.Kind kind, String message, Throwable cause)
RealmFileException(RealmFileException.Kind kind, Throwable cause)
-
メソッドの概要
すべてのメソッド インスタンス メソッド 具象メソッド 修飾子と型 方式 説明 RealmFileException.Kind
getKind()
この例外のkind
を取得します。String
toString()
-
クラス java.lang から継承されたメソッド。スロー可能
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
コンストラクターの詳細
-
RealmFileException
public RealmFileException\(バイト値, stringメッセージ)
-
RealmFileException
public RealmFileException( RealmFileException.種類、 stringメッセージ)
-
RealmFileException
public RealmFileException ( RealmFileException. 種類、スロー可能な原因)
-
RealmFileException
public RealmFileException ( RealmFileException. 種類、string メッセージ、スロー可能な原因)
-
-