Docs Menu
Docs Home
/ /
Atlas Device SDKs
/ / /

Exception RealmFileException

java.lang.Object

Class for reporting problems when accessing the Realm related files.

Constructor and Description
byte value,
String message
)
Modifier and Type
Class and Description

public static final

Modifier and Type
Method and Description

Gets the kind of this exception.

public String

  • 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

byte value,
String message
)

Gets the kind of this exception.

Returns

the kind of this exception.

public String toString ()

Overrides

toString in class Throwable

Back

RealmException

On this page