Exception RealmFileException
On this page
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
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. |