SDK:
- catch all file copy exceptions on model import git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8097 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
2f0b712ef6
commit
3667531f90
@ -94,7 +94,7 @@ public final class ImportModel implements ActionListener {
|
||||
if (!(assetKey instanceof TextureKey)) {
|
||||
deleteList.add(fileObj);
|
||||
}
|
||||
} catch (IOException ex) {
|
||||
} catch (Exception ex) {
|
||||
Exceptions.printStackTrace(ex);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user