|
|
@@ -85,7 +85,7 @@ public final class IOUtil {
|
|
|
os.write(srcFileBytes, 0, srcFileBytes.length);
|
|
|
os.flush();
|
|
|
} catch (IOException e) {
|
|
|
- throw new ClassWinterException(e);
|
|
|
+ throw new ClassWinterException(" toFile [" + destFile.getAbsolutePath() + "] occur exception.", e);
|
|
|
} finally {
|
|
|
close(os);
|
|
|
}
|