Searched defs:rootCause (Results 1 – 8 of 8) 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/testng/src/main/java/org/testng/internal/ |
D | InvokeMethodRunnable.java | 79 public TestNGRuntimeException(Throwable rootCause) { in TestNGRuntimeException()
|
/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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | JobSupport.kt | 472 var rootCause: Throwable? = null in <lambda>() variable 705 val rootCause = when (state) { in <lambda>() constant 1082 var rootCause: Throwable? // NOTE: rootCause is kept even when SEALED in <lambda>() variable 1105 val rootCause = this.rootCause // volatile read in <lambda>() constant 1114 val rootCause = this.rootCause // volatile read in <lambda>() constant
|
/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()
|