Home | History | Annotate | Download | only in sqlite

Lines Matching refs:mException

1306                     operation.mException = null;
1340 operation.mException = ex;
1449 public Exception mException;
1484 if (mException != null) {
1485 msg.append(", exception=\"").append(mException.getMessage()).append("\"");
1493 return mException != null ? "failed" : "succeeded";