Home
last modified time | relevance | path

Searched refs:fillInStackTrace (Results 1 – 25 of 86) sorted by relevance

1234

/external/easymock/src/org/easymock/internal/
DMocksControl.java54 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock()
65 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock()
101 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in replay()
109 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in verify()
111 throw (AssertionError) e.getAssertionError().fillInStackTrace(); in verify()
119 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkOrder()
127 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in makeThreadSafe()
135 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkIsUsedInOneThread()
146 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andReturn()
155 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andThrow()
[all …]
DMockInvocationHandler.java41 throw e.getRuntimeException().fillInStackTrace(); in invoke()
43 throw e.getAssertionError().fillInStackTrace(); in invoke()
45 throw t.getThrowable().fillInStackTrace(); in invoke()
/external/grpc-grpc-java/api/src/main/java/io/grpc/
DStatusException.java30 private final boolean fillInStackTrace; field in StatusException
51 StatusException(Status status, @Nullable Metadata trailers, boolean fillInStackTrace) { in StatusException() argument
55 this.fillInStackTrace = fillInStackTrace; in StatusException()
56 fillInStackTrace(); in StatusException()
60 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in StatusException
66 return fillInStackTrace ? super.fillInStackTrace() : this; in fillInStackTrace()
DStatusRuntimeException.java32 private final boolean fillInStackTrace; field in StatusRuntimeException
53 StatusRuntimeException(Status status, @Nullable Metadata trailers, boolean fillInStackTrace) { in StatusRuntimeException() argument
57 this.fillInStackTrace = fillInStackTrace; in StatusRuntimeException()
58 fillInStackTrace(); in StatusRuntimeException()
62 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in StatusRuntimeException
68 return fillInStackTrace ? super.fillInStackTrace() : this; in fillInStackTrace()
DInternalStatus.java46 @Nullable Metadata trailers, boolean fillInStackTrace) { in asRuntimeException() argument
47 return new StatusRuntimeException(status, trailers, fillInStackTrace); in asRuntimeException()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DFlowExceptions.kt13 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.AbortFlowException
14 if (DEBUG) return super.fillInStackTrace() in fillInStackTrace()
22 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.ChildCancelledException
23 if (DEBUG) return super.fillInStackTrace() in fillInStackTrace()
/external/emma/ant/ant14/com/vladium/emma/instr/
DinstrTask.java58 + ": instrumentation path must be specified", location).fillInStackTrace (); in execute()
62 …ut directory must be specified for '" + m_outMode + "' output mode", location).fillInStackTrace (); in execute()
112 + ": outdir|destdir attribute already set", location).fillInStackTrace (); in setOutdir()
121 + ": outdir|destdir attribute already set", location).fillInStackTrace (); in setDestdir()
133 + ": metadata file attribute already set", location).fillInStackTrace (); in setMetadatafile()
142 + ": metadata file attribute already set", location).fillInStackTrace (); in setOutfile()
162 + ": invalid output mode: " + mode.getValue (), location).fillInStackTrace (); in setMode()
/external/emma/ant/ant14/com/vladium/emma/data/
DmergeTask.java40 … + ": no valid input data files have been specified", location).fillInStackTrace (); in execute()
59 + ": merge data file attribute already set", location).fillInStackTrace (); in setMergefile()
68 + ": merge data file attribute already set", location).fillInStackTrace (); in setOutfile()
77 + ": merge data file attribute already set", location).fillInStackTrace (); in setTofile()
86 + ": merge data file attribute already set", location).fillInStackTrace (); in setFile()
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java61 … + ": this task requires 'classpath' attribute to be set", location).fillInStackTrace (); in execute()
196 … + "either 'jar' or 'classname' attribute must be set", location).fillInStackTrace (); in execute()
225 … + "either 'jar' or 'classname' attribute must be set", location).fillInStackTrace (); in execute()
249 …+ "'jar' and 'classname' attributes cannot be set at the same time", location).fillInStackTrace (); in setClassname()
258 …+ "'jar' and 'classname' attributes cannot be set at the same time", location).fillInStackTrace (); in setJar()
292 … + ": disallows using <java>'s deprecated 'args' attribute", location).fillInStackTrace (); in setArgs()
395 + ": session data file attribute already set", location).fillInStackTrace (); in setSessiondatafile()
404 + ": session data file attribute already set", location).fillInStackTrace (); in setOutfile()
/external/jsoup/src/main/java/org/jsoup/helper/
DValidationException.java18 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ValidationException
21 super.fillInStackTrace(); in fillInStackTrace()
/external/mockito/src/test/java/org/mockitousage/bugs/
DFillInStackTraceScenariosTest.java34 public Exception fillInStackTrace() { in fillInStackTrace() method in FillInStackTraceScenariosTest.NullStackTraceException
40 public Exception fillInStackTrace() { in fillInStackTrace() method in FillInStackTraceScenariosTest.NewStackTraceException
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExceptions.kt40 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method
42 return super.fillInStackTrace() in fillInStackTrace()
/external/emma/ant/ant14/com/vladium/emma/ant/
DGenericCfg.java83 …sFile.getAbsolutePath () + "] could not be read" , ioe, m_task.getLocation ()).fillInStackTrace (); in getFileSettings()
117 …ettings for property [" + name + "]: [" + value + "]" , m_task.getLocation ()).fillInStackTrace (); in getGenericSettings()
/external/emma/ant/ant14/com/vladium/emma/report/
DreportTask.java51 …ovide at least one of <txt>, <html>, <lcov>, <xml> nested elements", location).fillInStackTrace (); in execute()
56 … + ": no valid input data files have been specified", location).fillInStackTrace (); in execute()
/external/conscrypt/common/src/main/java/org/conscrypt/
DShortBufferWithoutStackTraceException.java38 @Override public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DShortBufferWithoutStackTraceException.java40 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/
DThrottler.java64 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in Throttler.ThrottledException
/external/zxing/core/src/main/java/com/google/zxing/
DReaderException.java43 public final synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ReaderException
/external/json-schema-validator/src/main/java/com/networknt/schema/
DFailFastAssertionException.java70 public Throwable fillInStackTrace() { in fillInStackTrace() method in FailFastAssertionException
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDexFile.java17 dexOptNeededError.fillInStackTrace(); in isDexOptNeeded()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DCoroutineExceptionHandlerImpl.kt44 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DThreadLocalContextStorage.java48 new Throwable().fillInStackTrace()); in detach()
/external/grpc-grpc-java/api/src/test/java/io/grpc/
DStatusRuntimeExceptionTest.java61 public synchronized Throwable fillInStackTrace() { in extendAndOverridePreservesStack()
DStatusExceptionTest.java60 public synchronized Throwable fillInStackTrace() { in extendAndOverridePreservesStack()
/external/truth/core/src/main/java/com/google/common/truth/
DThrowableSubject.java96 public Throwable fillInStackTrace() { in hasCauseThat()

1234