Home
last modified time | relevance | path

Searched defs:rootCause (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/
DMathException.java96 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()
DMathRuntimeException.java88 public MathRuntimeException(final Throwable rootCause) { in MathRuntimeException()
105 public MathRuntimeException(final Throwable rootCause, in MathRuntimeException()
120 public MathRuntimeException(final Throwable rootCause, in MathRuntimeException()
/external/testng/src/main/java/org/testng/internal/
DInvokeMethodRunnable.java79 public TestNGRuntimeException(Throwable rootCause) { in TestNGRuntimeException()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt459 var rootCause: Throwable? = null in <lambda>() variable
674 val rootCause = when (state) { in <lambda>() constant
1025 @JvmField var rootCause: Throwable? // NOTE: rootCause is kept even when SEALED in <lambda>() variable in kotlinx.coroutines.Finishing
1044 val rootCause = this.rootCause // volatile read in <lambda>() constant
1053 val rootCause = this.rootCause // volatile read in <lambda>() constant