Exception RealmFileException
On this page
Realm is now Atlas Device SDK – Learn More
io.realm.exceptions
io.realm.exceptions.RealmFileException
Class for reporting problems when accessing the Realm related files.
Constructors
Constructor and Description |
---|
Nested Class Summary
Modifier and Type | Class and Description |
---|---|
public static final |
Method Summary
Modifier and Type | Method and Description |
---|---|
public RealmFileException.Kind | getKind () Gets the kind of this exception. |
public String | toString () |
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
getKind
public RealmFileException.Kind getKind () |
---|
Gets the kind of this exception. Returns the kind of this exception. |