Searched defs:rootCause (Results 1 – 4 of 4) sorted by relevance
96 public MathException(Throwable rootCause) { in MathException()114 public MathException(Throwable rootCause, String pattern, Object ... arguments) { in MathException()128 public MathException(Throwable rootCause, Localizable pattern, Object ... arguments) { in MathException()
88 public MathRuntimeException(final Throwable rootCause) { in MathRuntimeException()105 public MathRuntimeException(final Throwable rootCause, in MathRuntimeException()120 public MathRuntimeException(final Throwable rootCause, in MathRuntimeException()
79 public TestNGRuntimeException(Throwable rootCause) { in TestNGRuntimeException()
459 var rootCause: Throwable? = null in <lambda>() variable674 val rootCause = when (state) { in <lambda>() constant1025 @JvmField var rootCause: Throwable? // NOTE: rootCause is kept even when SEALED in <lambda>() variable in kotlinx.coroutines.Finishing1044 val rootCause = this.rootCause // volatile read in <lambda>() constant1053 val rootCause = this.rootCause // volatile read in <lambda>() constant