public class oadd.org.apache.drill.common.exceptions.UserException extends oadd.org.apache.drill.common.exceptions.DrillRuntimeException
{
private static final long serialVersionUID;
private static final org.slf4j.Logger logger;
public static final java.lang.String MEMORY_ERROR_MSG;
private final oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType;
private final oadd.org.apache.drill.common.exceptions.UserExceptionContext context;
public static oadd.org.apache.drill.common.exceptions.UserException$Builder memoryError(java.lang.Throwable)
{
java.lang.Throwable v;
java.lang.Object[] v;
java.lang.String v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v, v, v;
v := @parameter: java.lang.Throwable;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder resourceError(java.lang.Throwable)>(v);
v = newarray (java.lang.Object)[0];
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: oadd.org.apache.drill.common.exceptions.UserException$Builder message(java.lang.String,java.lang.Object[])>("One or more nodes ran out of memory while executing the query.", v);
v = virtualinvoke v.<java.lang.Throwable: java.lang.String getMessage()>();
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: oadd.org.apache.drill.common.exceptions.UserException$Builder addContext(java.lang.String)>(v);
return v;
}
public static transient oadd.org.apache.drill.common.exceptions.UserException$Builder memoryError(java.lang.String, java.lang.Object[])
{
java.lang.Object[] v, v;
java.lang.String v, v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
boolean v;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Object[];
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder resourceError()>();
v = newarray (java.lang.Object)[0];
virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: oadd.org.apache.drill.common.exceptions.UserException$Builder message(java.lang.String,java.lang.Object[])>("One or more nodes ran out of memory while executing the query.", v);
v = virtualinvoke v.<java.lang.String: boolean isEmpty()>();
if v != 0 goto label;
v = staticinvoke <java.lang.String: java.lang.String format(java.lang.String,java.lang.Object[])>(v, v);
virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: oadd.org.apache.drill.common.exceptions.UserException$Builder addContext(java.lang.String)>(v);
label:
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder memoryError()
{
java.lang.Object[] v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = newarray (java.lang.Object)[0];
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder memoryError(java.lang.String,java.lang.Object[])>("", v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder systemError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType SYSTEM>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder connectionError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder connectionError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder connectionError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType CONNECTION>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder dataReadError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder dataReadError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder dataReadError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType DATA_READ>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder dataWriteError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder dataWriteError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder dataWriteError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType DATA_WRITE>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder functionError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder functionError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder functionError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType FUNCTION>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder parseError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder parseError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder parseError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType PARSE>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder validationError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder validationError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder validationError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType VALIDATION>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder permissionError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder permissionError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder permissionError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType PERMISSION>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder planError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder planError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder planError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType PLAN>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder pluginError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType PLUGIN>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder resourceError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder resourceError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder resourceError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType RESOURCE>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder unsupportedError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder unsupportedError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder unsupportedError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType UNSUPPORTED_OPERATION>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder schemaChangeError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v, v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType UNSUPPORTED_OPERATION>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: oadd.org.apache.drill.common.exceptions.UserException$Builder addContext(java.lang.String)>("Unsupported schema change");
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder schemaChangeError()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = staticinvoke <oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserException$Builder schemaChangeError(java.lang.Throwable)>(null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder executionError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType EXECUTION_ERROR>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder internalError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType INTERNAL_ERROR>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder internalError()
{
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType INTERNAL_ERROR>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, null);
return v;
}
public static oadd.org.apache.drill.common.exceptions.UserException$Builder unspecifiedError(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
v := @parameter: java.lang.Throwable;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType UNSPECIFIED_ERROR>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.Throwable)>(v, v);
return v;
}
protected void <init>(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType, java.lang.String, java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
java.lang.String v;
oadd.org.apache.drill.common.exceptions.UserException v;
oadd.org.apache.drill.common.exceptions.UserExceptionContext v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v := @parameter: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Throwable;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.DrillRuntimeException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType> = v;
v = new oadd.org.apache.drill.common.exceptions.UserExceptionContext;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserExceptionContext: void <init>()>();
v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserExceptionContext context> = v;
return;
}
private void <init>(oadd.org.apache.drill.common.exceptions.UserException$Builder)
{
java.lang.Throwable v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
java.lang.String v;
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
oadd.org.apache.drill.common.exceptions.UserException v;
oadd.org.apache.drill.common.exceptions.UserExceptionContext v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v := @parameter: oadd.org.apache.drill.common.exceptions.UserException$Builder;
v = v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: java.lang.String message>;
v = v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: java.lang.Throwable cause>;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.DrillRuntimeException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
v = v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType>;
v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType> = v;
v = v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: oadd.org.apache.drill.common.exceptions.UserExceptionContext context>;
v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserExceptionContext context> = v;
return;
}
public oadd.org.apache.drill.common.exceptions.UserException$Builder rebuild()
{
oadd.org.apache.drill.common.exceptions.UserException$Builder v;
oadd.org.apache.drill.common.exceptions.UserException v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v = new oadd.org.apache.drill.common.exceptions.UserException$Builder;
specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException$Builder: void <init>(oadd.org.apache.drill.common.exceptions.UserException)>(v);
return v;
}
public java.lang.String getMessage()
{
java.lang.String v;
oadd.org.apache.drill.common.exceptions.UserException v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v = specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.String generateMessage(boolean)>(1);
return v;
}
public java.lang.String getMessage(boolean)
{
java.lang.String v;
boolean v;
oadd.org.apache.drill.common.exceptions.UserException v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v := @parameter: boolean;
v = specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.String generateMessage(boolean)>(v);
return v;
}
public java.lang.String getOriginalMessage()
{
java.lang.String v;
oadd.org.apache.drill.common.exceptions.UserException v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v = specialinvoke v.<oadd.org.apache.drill.common.exceptions.DrillRuntimeException: java.lang.String getMessage()>();
return v;
}
public java.lang.String getVerboseMessage()
{
java.lang.String v;
oadd.org.apache.drill.common.exceptions.UserException v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.String getVerboseMessage(boolean)>(1);
return v;
}
public java.lang.String getVerboseMessage(boolean)
{
java.lang.Throwable v;
java.lang.String v, v, v;
boolean v;
oadd.org.apache.drill.common.exceptions.UserException v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v := @parameter: boolean;
v = specialinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.String generateMessage(boolean)>(v);
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.Throwable getCause()>();
v = staticinvoke <oadd.org.apache.drill.common.exceptions.ErrorHelper: java.lang.String buildCausesMessage(java.lang.Throwable)>(v);
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001\n\n\u0001");
return v;
}
public oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError getOrCreatePBError(boolean)
{
java.lang.Throwable v, v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder v;
oadd.org.apache.drill.exec.proto.CoordinationProtos$DrillbitEndpoint v, v;
java.lang.String v, v, v;
boolean v;
oadd.org.apache.drill.common.exceptions.UserException v;
oadd.org.apache.drill.exec.proto.UserBitShared$ExceptionWrapper v, v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError v;
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserExceptionContext v, v, v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v := @parameter: boolean;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.String getVerboseMessage()>();
goto label;
label:
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.String getMessage()>();
label:
v = v;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder newBuilder()>();
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType>;
virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder setErrorType(oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType)>(v);
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserExceptionContext context>;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserExceptionContext: java.lang.String getErrorId()>();
virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder setErrorId(java.lang.String)>(v);
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserExceptionContext context>;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserExceptionContext: oadd.org.apache.drill.exec.proto.CoordinationProtos$DrillbitEndpoint getEndpoint()>();
if v == null goto label;
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserExceptionContext context>;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserExceptionContext: oadd.org.apache.drill.exec.proto.CoordinationProtos$DrillbitEndpoint getEndpoint()>();
virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder setEndpoint(oadd.org.apache.drill.exec.proto.CoordinationProtos$DrillbitEndpoint)>(v);
label:
virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder setMessage(java.lang.String)>(v);
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.Throwable getCause()>();
if v == null goto label;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserException: java.lang.Throwable getCause()>();
v = staticinvoke <oadd.org.apache.drill.common.exceptions.ErrorHelper: oadd.org.apache.drill.exec.proto.UserBitShared$ExceptionWrapper getWrapper(java.lang.Throwable)>(v);
virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder setException(oadd.org.apache.drill.exec.proto.UserBitShared$ExceptionWrapper)>(v);
goto label;
label:
v = staticinvoke <oadd.org.apache.drill.common.exceptions.ErrorHelper: oadd.org.apache.drill.exec.proto.UserBitShared$ExceptionWrapper getWrapper(java.lang.Throwable)>(v);
virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder setException(oadd.org.apache.drill.exec.proto.UserBitShared$ExceptionWrapper)>(v);
label:
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$Builder: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError build()>();
return v;
}
public java.lang.String getErrorId()
{
java.lang.String v;
oadd.org.apache.drill.common.exceptions.UserException v;
oadd.org.apache.drill.common.exceptions.UserExceptionContext v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserExceptionContext context>;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserExceptionContext: java.lang.String getErrorId()>();
return v;
}
public oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType getErrorType()
{
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v;
oadd.org.apache.drill.common.exceptions.UserException v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType>;
return v;
}
public java.lang.String getErrorLocation()
{
oadd.org.apache.drill.exec.proto.CoordinationProtos$DrillbitEndpoint v;
int v;
java.lang.String v, v;
oadd.org.apache.drill.common.exceptions.UserException v;
oadd.org.apache.drill.common.exceptions.UserExceptionContext v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserExceptionContext context>;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserExceptionContext: oadd.org.apache.drill.exec.proto.CoordinationProtos$DrillbitEndpoint getEndpoint()>();
if v == null goto label;
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.CoordinationProtos$DrillbitEndpoint: java.lang.String getAddress()>();
v = virtualinvoke v.<oadd.org.apache.drill.exec.proto.CoordinationProtos$DrillbitEndpoint: int getUserPort()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,int)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001:\u0001");
return v;
label:
return null;
}
private java.lang.String generateMessage(boolean)
{
oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType v, v, v, v, v;
java.lang.String v, v, v;
boolean v, v;
oadd.org.apache.drill.common.exceptions.UserException v;
oadd.org.apache.drill.common.exceptions.UserExceptionContext v;
v := @this: oadd.org.apache.drill.common.exceptions.UserException;
v := @parameter: boolean;
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType>;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType INTERNAL_ERROR>;
if v == v goto label;
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType>;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType SYSTEM>;
if v != v goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType errorType>;
v = specialinvoke v.<oadd.org.apache.drill.common.exceptions.DrillRuntimeException: java.lang.String getMessage()>();
v = v.<oadd.org.apache.drill.common.exceptions.UserException: oadd.org.apache.drill.common.exceptions.UserExceptionContext context>;
v = virtualinvoke v.<oadd.org.apache.drill.common.exceptions.UserExceptionContext: java.lang.String generateContextMessage(boolean,boolean)>(v, v);
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (oadd.org.apache.drill.exec.proto.UserBitShared$DrillPBError$ErrorType,java.lang.String,java.lang.String)>(v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u ERROR: \u0001\n\n\u0001");
return v;
}
static void <clinit>()
{
org.slf4j.Logger v;
v = staticinvoke <org.slf4j.LoggerFactory: org.slf4j.Logger getLogger(java.lang.Class)>(class "Loadd/org/apache/drill/common/exceptions/UserException;");
<oadd.org.apache.drill.common.exceptions.UserException: org.slf4j.Logger logger> = v;
return;
}
}