Package io.realm.exceptions
Class RealmError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- io.realm.exceptions.RealmError
-
- All Implemented Interfaces:
Serializable
public final class RealmError extends Error
RealmError is Realm specific Error used when unrecoverable problems happen in the underlying storage engine. An RealmError should never be caught or ignored. By doing so, the Realm could possibly get corrupted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RealmError(String detailMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RealmError
public RealmError(String detailMessage)
-
-