Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDKs

Exception RealmFileException

On this page

  • io.realm.exceptions
  • Constructors
  • Nested Class Summary
  • Method Summary
  • Inherited Methods
  • Constructor Detail
  • Method Detail
  • getKind
  • toString

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

← Exception RealmException