Searched defs:rootCause (Results  1 – 10 of 10) sorted by relevance
| /external/jackson-core/src/main/java/com/fasterxml/jackson/core/ | 
| D | JsonGenerationException.java | 22     public JsonGenerationException(Throwable rootCause) {  in JsonGenerationException()32     public JsonGenerationException(String msg, Throwable rootCause) {  in JsonGenerationException()
 39     public JsonGenerationException(Throwable rootCause, JsonGenerator g) {  in JsonGenerationException()
 55     public JsonGenerationException(String msg, Throwable rootCause, JsonGenerator g) {  in JsonGenerationException()
 
 | 
| D | JsonProcessingException.java | 21     protected JsonProcessingException(String msg, JsonLocation loc, Throwable rootCause) {  in JsonProcessingException()37     protected JsonProcessingException(String msg, Throwable rootCause) {  in JsonProcessingException()
 41     protected JsonProcessingException(Throwable rootCause) {  in JsonProcessingException()
 
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ | 
| D | MathException.java | 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()
 
 | 
| D | MathRuntimeException.java | 88     public MathRuntimeException(final Throwable rootCause) {  in MathRuntimeException()105     public MathRuntimeException(final Throwable rootCause,  in MathRuntimeException()
 120     public MathRuntimeException(final Throwable rootCause,  in MathRuntimeException()
 
 | 
| /external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/utils/ | 
| D | ExceptionUtils.kt | 28         var rootCause = throwable  in <lambda>()  variable
 | 
| /external/testng/src/main/java/org/testng/internal/ | 
| D | InvokeMethodRunnable.java | 79     public TestNGRuntimeException(Throwable rootCause) {  in TestNGRuntimeException()
 | 
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ | 
| D | JobSupport.kt | 475                         var rootCause: Throwable? = null  in <lambda>()  variable712         val rootCause = when (state) {  in <lambda>()  constant
 1089         var rootCause: Throwable? // NOTE: rootCause is kept even when SEALED  in <lambda>()  variable
 1112             val rootCause = this.rootCause // volatile read  in <lambda>()  constant
 1121             val rootCause = this.rootCause // volatile read  in <lambda>()  constant
 
 | 
| /external/jackson-core/src/main/java/com/fasterxml/jackson/core/exc/ | 
| D | StreamReadException.java | 42     protected StreamReadException(String msg, JsonLocation loc, Throwable rootCause) {  in StreamReadException()
 | 
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ | 
| D | JsonMappingException.java | 220     public JsonMappingException(String msg, Throwable rootCause) { super(msg, rootCause); }  in JsonMappingException()232 …public JsonMappingException(String msg, JsonLocation loc, Throwable rootCause) { super(msg, loc, r…  in JsonMappingException()
 
 | 
| /external/truth/core/src/main/java/com/google/common/truth/ | 
| D | FailureMetadata.java | 322   private @Nullable Throwable rootCause() {  in rootCause()  method in FailureMetadata
 |