try new-method
This commit is contained in:
parent
78237d9c80
commit
52b4651f1a
3812 changed files with 228702 additions and 223704 deletions
17
src/com/google/common/collect/ComputationException.java
Normal file
17
src/com/google/common/collect/ComputationException.java
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
* Decompiled with CFR 0.152.
|
||||
*/
|
||||
package com.google.common.collect;
|
||||
|
||||
import com.google.common.annotations.GwtCompatible;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
@GwtCompatible
|
||||
public class ComputationException
|
||||
extends RuntimeException {
|
||||
private static final long serialVersionUID = 0L;
|
||||
|
||||
public ComputationException(@Nullable Throwable cause) {
|
||||
super(cause);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue