package n4;

import d5.AbstractC0844a;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class U extends y0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f15288a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f15289b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final List f15290c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final y0 f15291d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final int f15292e;

    public U(String str, String str2, List list, y0 y0Var, int i) {
        this.f15288a = str;
        this.f15289b = str2;
        this.f15290c = list;
        this.f15291d = y0Var;
        this.f15292e = i;
    }

    public final boolean equals(Object obj) {
        String str;
        if (obj == this) {
            return true;
        }
        if (obj instanceof y0) {
            y0 y0Var = (y0) obj;
            if (this.f15288a.equals(((U) y0Var).f15288a) && ((str = this.f15289b) != null ? str.equals(((U) y0Var).f15289b) : ((U) y0Var).f15289b == null)) {
                U u8 = (U) y0Var;
                if (this.f15290c.equals(u8.f15290c)) {
                    y0 y0Var2 = u8.f15291d;
                    y0 y0Var3 = this.f15291d;
                    if (y0Var3 != null ? y0Var3.equals(y0Var2) : y0Var2 == null) {
                        if (this.f15292e == u8.f15292e) {
                            return true;
                        }
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (this.f15288a.hashCode() ^ 1000003) * 1000003;
        String str = this.f15289b;
        int iHashCode2 = (((iHashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f15290c.hashCode()) * 1000003;
        y0 y0Var = this.f15291d;
        return ((iHashCode2 ^ (y0Var != null ? y0Var.hashCode() : 0)) * 1000003) ^ this.f15292e;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Exception{type=");
        sb.append(this.f15288a);
        sb.append(", reason=");
        sb.append(this.f15289b);
        sb.append(", frames=");
        sb.append(this.f15290c);
        sb.append(", causedBy=");
        sb.append(this.f15291d);
        sb.append(", overflowCount=");
        return AbstractC0844a.n(sb, this.f15292e, "}");
    }
}
