com.github.bingoohuang.utils.lang.Fucks Maven / Gradle / Ivy
package com.github.bingoohuang.utils.lang;
public class Fucks {
public static class FuckException {
private void pleaseThrow(final Throwable t) throws T {
throw (T) t;
}
}
static RuntimeException ex = new RuntimeException();
public static RuntimeException fuck(Throwable t) {
new FuckException().pleaseThrow(t);
return ex;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy