Searched refs:mCause (Results 1 – 3 of 3) sorted by relevance
263 public Throwable mCause = null; field in SubprocessEventHelper.InvocationFailedEventInfo267 mCause = cause; in InvocationFailedEventInfo()272 mCause = failure.getCause(); in InvocationFailedEventInfo()274 mCause = new Throwable(failure.getErrorMessage()); in InvocationFailedEventInfo()281 mCause = new Throwable(stack); in InvocationFailedEventInfo()287 .setCause(mCause); in InvocationFailedEventInfo()350 if (mCause != null) { in toString()353 mCause.printStackTrace(pw); in toString()
424 mListener.invocationFailed(ifi.mCause); in handleEvent()
38 private @Nullable Throwable mCause = null; field in FailureDescription91 mCause = cause; in setCause()97 return mCause; in getCause()