public class org.apache.ibatis.executor.BatchExecutorException extends org.apache.ibatis.executor.ExecutorException
{
private static final long serialVersionUID;
private final java.util.List successfulBatchResults;
private final java.sql.BatchUpdateException batchUpdateException;
private final org.apache.ibatis.executor.BatchResult batchResult;
public void <init>(java.lang.String, java.sql.BatchUpdateException, java.util.List, org.apache.ibatis.executor.BatchResult)
{
java.util.List v;
java.sql.BatchUpdateException v;
java.lang.String v, v, v;
org.apache.ibatis.executor.BatchResult v;
org.apache.ibatis.executor.BatchExecutorException v;
v := @this: org.apache.ibatis.executor.BatchExecutorException;
v := @parameter: java.lang.String;
v := @parameter: java.sql.BatchUpdateException;
v := @parameter: java.util.List;
v := @parameter: org.apache.ibatis.executor.BatchResult;
v = staticinvoke <java.lang.String: java.lang.String valueOf(java.lang.Object)>(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[])>("\u Cause: \u0001");
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
v.<org.apache.ibatis.executor.BatchExecutorException: java.sql.BatchUpdateException batchUpdateException> = v;
v.<org.apache.ibatis.executor.BatchExecutorException: java.util.List successfulBatchResults> = v;
v.<org.apache.ibatis.executor.BatchExecutorException: org.apache.ibatis.executor.BatchResult batchResult> = v;
return;
}
public java.sql.BatchUpdateException getBatchUpdateException()
{
java.sql.BatchUpdateException v;
org.apache.ibatis.executor.BatchExecutorException v;
v := @this: org.apache.ibatis.executor.BatchExecutorException;
v = v.<org.apache.ibatis.executor.BatchExecutorException: java.sql.BatchUpdateException batchUpdateException>;
return v;
}
public java.util.List getSuccessfulBatchResults()
{
java.util.List v;
org.apache.ibatis.executor.BatchExecutorException v;
v := @this: org.apache.ibatis.executor.BatchExecutorException;
v = v.<org.apache.ibatis.executor.BatchExecutorException: java.util.List successfulBatchResults>;
return v;
}
public java.lang.String getFailingSqlStatement()
{
java.lang.String v;
org.apache.ibatis.executor.BatchResult v;
org.apache.ibatis.executor.BatchExecutorException v;
v := @this: org.apache.ibatis.executor.BatchExecutorException;
v = v.<org.apache.ibatis.executor.BatchExecutorException: org.apache.ibatis.executor.BatchResult batchResult>;
v = virtualinvoke v.<org.apache.ibatis.executor.BatchResult: java.lang.String getSql()>();
return v;
}
public java.lang.String getFailingStatementId()
{
org.apache.ibatis.mapping.MappedStatement v;
java.lang.String v;
org.apache.ibatis.executor.BatchResult v;
org.apache.ibatis.executor.BatchExecutorException v;
v := @this: org.apache.ibatis.executor.BatchExecutorException;
v = v.<org.apache.ibatis.executor.BatchExecutorException: org.apache.ibatis.executor.BatchResult batchResult>;
v = virtualinvoke v.<org.apache.ibatis.executor.BatchResult: org.apache.ibatis.mapping.MappedStatement getMappedStatement()>();
v = virtualinvoke v.<org.apache.ibatis.mapping.MappedStatement: java.lang.String getId()>();
return v;
}
}