- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ComputationException (0.13 sec)
-
android/guava/src/com/google/common/collect/ComputationException.java
* code that is still catching {@code ComputationException} may need to be updated to catch some * of those types instead. (Note that this type, though deprecated, is not planned to be removed * from Guava.) */ @Deprecated @GwtCompatible public class ComputationException extends RuntimeException { /** Creates a new instance with the given cause. */ public ComputationException(@Nullable Throwable cause) { super(cause);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 1.8K bytes - Viewed (0) -
guava/src/com/google/common/collect/ComputationException.java
* code that is still catching {@code ComputationException} may need to be updated to catch some * of those types instead. (Note that this type, though deprecated, is not planned to be removed * from Guava.) */ @Deprecated @GwtCompatible public class ComputationException extends RuntimeException { /** Creates a new instance with the given cause. */ public ComputationException(@Nullable Throwable cause) { super(cause);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 1.8K bytes - Viewed (0)