@ -255,7 +255,7 @@ public class ExceptionUtil {
if (throwable instanceof RuntimeException) {
throw (RuntimeException) throwable;
}
Thread.currentThread().stop(throwable);
throw new UnsupportedOperationException();
/**