- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setStackTrace (0.04 sec)
-
android/guava/src/com/google/common/util/concurrent/TimeoutFuture.java
private TimeoutFutureException(String message) { super(message); } @Override public synchronized Throwable fillInStackTrace() { setStackTrace(new StackTraceElement[0]); return this; // no stack trace, wouldn't be useful anyway } } @Override protected @Nullable String pendingToString() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8K bytes - Viewed (0)