public class LiteCoreException extends Exception
| Constructor and Description |
|---|
LiteCoreException(int domain,
int code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
int |
getDomain() |
static void |
throwException(int domain,
int code,
String msg) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic LiteCoreException(int domain,
int code,
String message)
public static void throwException(int domain,
int code,
String msg)
throws LiteCoreException
LiteCoreExceptionpublic int getDomain()
public int getCode()