public class org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException extends org.junit.platform.console.shadow.picocli.CommandLine$PicocliException
{
private static final long serialVersionUID;
private final org.junit.platform.console.shadow.picocli.CommandLine commandLine;
public void <init>(org.junit.platform.console.shadow.picocli.CommandLine, java.lang.String)
{
org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException v;
java.lang.Object v;
java.lang.String v;
org.junit.platform.console.shadow.picocli.CommandLine v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException;
v := @parameter: org.junit.platform.console.shadow.picocli.CommandLine;
v := @parameter: java.lang.String;
specialinvoke v.<org.junit.platform.console.shadow.picocli.CommandLine$PicocliException: void <init>(java.lang.String)>(v);
v = staticinvoke <org.junit.platform.console.shadow.picocli.CommandLine$Assert: java.lang.Object notNull(java.lang.Object,java.lang.String)>(v, "commandLine");
v.<org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException: org.junit.platform.console.shadow.picocli.CommandLine commandLine> = v;
return;
}
public void <init>(org.junit.platform.console.shadow.picocli.CommandLine, java.lang.String, java.lang.Throwable)
{
java.lang.Throwable v;
org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException v;
java.lang.Object v;
java.lang.String v;
org.junit.platform.console.shadow.picocli.CommandLine v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException;
v := @parameter: org.junit.platform.console.shadow.picocli.CommandLine;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Throwable;
specialinvoke v.<org.junit.platform.console.shadow.picocli.CommandLine$PicocliException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
v = staticinvoke <org.junit.platform.console.shadow.picocli.CommandLine$Assert: java.lang.Object notNull(java.lang.Object,java.lang.String)>(v, "commandLine");
v.<org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException: org.junit.platform.console.shadow.picocli.CommandLine commandLine> = v;
return;
}
public org.junit.platform.console.shadow.picocli.CommandLine getCommandLine()
{
org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException v;
org.junit.platform.console.shadow.picocli.CommandLine v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException;
v = v.<org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException: org.junit.platform.console.shadow.picocli.CommandLine commandLine>;
return v;
}
}