public final class com.google.common.util.concurrent.UncaughtExceptionHandlers extends java.lang.Object
{
private void <init>()
{
com.google.common.util.concurrent.UncaughtExceptionHandlers v;
v := @this: com.google.common.util.concurrent.UncaughtExceptionHandlers;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static java.lang.Thread$UncaughtExceptionHandler systemExit()
{
com.google.common.util.concurrent.UncaughtExceptionHandlers$Exiter v;
java.lang.Runtime v;
v = new com.google.common.util.concurrent.UncaughtExceptionHandlers$Exiter;
v = staticinvoke <java.lang.Runtime: java.lang.Runtime getRuntime()>();
specialinvoke v.<com.google.common.util.concurrent.UncaughtExceptionHandlers$Exiter: void <init>(java.lang.Runtime)>(v);
return v;
}
}