Home
last modified time | relevance | path

Searched refs:mErrorCode (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DExecResultException.java26 private final int mErrorCode; field in ExecResultException
30 mErrorCode = errorCode; in ExecResultException()
45 return mErrorCode; in getErrorCode()
54 String result = String.format("%1$s Error %2$d", getLabel(), mErrorCode); in toString()