public class org.apache.drill.common.exceptions.EmptyErrorContext extends java.lang.Object implements org.apache.drill.common.exceptions.CustomErrorContext
{
public static final org.apache.drill.common.exceptions.CustomErrorContext INSTANCE;
public void <init>()
{
org.apache.drill.common.exceptions.EmptyErrorContext v;
v := @this: org.apache.drill.common.exceptions.EmptyErrorContext;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void addContext(org.apache.drill.common.exceptions.UserException$Builder)
{
org.apache.drill.common.exceptions.EmptyErrorContext v;
org.apache.drill.common.exceptions.UserException$Builder v;
v := @this: org.apache.drill.common.exceptions.EmptyErrorContext;
v := @parameter: org.apache.drill.common.exceptions.UserException$Builder;
return;
}
static void <clinit>()
{
org.apache.drill.common.exceptions.EmptyErrorContext v;
v = new org.apache.drill.common.exceptions.EmptyErrorContext;
specialinvoke v.<org.apache.drill.common.exceptions.EmptyErrorContext: void <init>()>();
<org.apache.drill.common.exceptions.EmptyErrorContext: org.apache.drill.common.exceptions.CustomErrorContext INSTANCE> = v;
return;
}
}