fix batch gen environment exception name

This commit is contained in:
James Seibel
2024-10-07 18:19:39 -05:00
parent 33ef1297ba
commit 38a2edff06
@@ -894,7 +894,7 @@ public final class BatchGenerationEnvironment extends AbstractBatchGenerationEnv
{
if (Thread.interrupted())
{
throw new InterruptedException(FullDataToRenderDataTransformer.class.getSimpleName() + " task interrupted.");
throw new InterruptedException(BatchGenerationEnvironment.class.getSimpleName() + " task interrupted.");
}
}