Home | History | Annotate | Download | only in sqlite

Lines Matching refs:mException

1299                     operation.mException = null;
1333 operation.mException = ex;
1442 public Exception mException;
1477 if (mException != null) {
1478 msg.append(", exception=\"").append(mException.getMessage()).append("\"");
1486 return mException != null ? "failed" : "succeeded";