Los SDK de dispositivos Atlas están obsoletos. Consulte deprecation page for details.
io.realm.exceptions
io.realm.exceptions.RealmFileException
Class for reporting problems when accessing the Realm related files.
Constructores
Constructor and Description |
|---|
Nested Class Summary
Modificador y Tipo | Clase y descripción |
|---|---|
|
Resumen del método
Modificador y Tipo | Método y descripción |
|---|---|
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,finalizeMethods inherited from class java.lang.Throwable :
getMessage,getLocalizedMessage,getCause,initCause,toString,printStackTrace,printStackTrace,printStackTrace,fillInStackTrace,getStackTrace,setStackTrace,addSuppressed,getSuppressed
Detalle del constructor
Detalle del método
getKind
public RealmFileException.Kind getKind () |
|---|
Gets the kind of this exception. Devuelve the kind of this exception. |