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, setStackTrace
public LiteCoreException(int domain, int code, String message)
public static void throwException(int domain, int code, String msg) throws LiteCoreException
LiteCoreException
public int getDomain()
public int getCode()