类 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()
-
-
-
构造函数详细信息
-
RealmFileException
公共 RealmFileException(字节值,字符串消息)
-
RealmFileException
public RealmFileException( RealmFileException.Kind kind, String message)
-
RealmFileException
公共 RealmFileException ( RealmFileException.Kind 类型,可抛出原因)
-
RealmFileException
公共 RealmFileException ( RealmFileException.Kind 类型, 字符串 消息,可抛出原因)
-
-