Searched refs:mCause (Results 1 – 4 of 4) sorted by relevance
38 private @Nullable Throwable mCause = null; field in FailureDescription91 mCause = cause; in setCause()97 return mCause; in getCause()
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()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...