package A;

/* JADX INFO: loaded from: classes.dex */
public abstract class b {
    public static final void a(String str) {
        throw new IllegalArgumentException(str);
    }

    public static final Void b(String str) {
        throw new IllegalArgumentException(str);
    }

    public static final void c(String str) {
        throw new IllegalStateException(str);
    }

    public static final Void d(String str) {
        throw new IllegalStateException(str);
    }

    public static final void e(String str) {
        throw new IndexOutOfBoundsException(str);
    }
}
