Steempy you eeediot! It's t not iae!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1943 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ImageManager.java,v 1.24 2002/11/13 04:24:51 mdb Exp $
|
||||
// $Id: ImageManager.java,v 1.25 2002/11/13 06:42:54 mdb Exp $
|
||||
|
||||
package com.threerings.media;
|
||||
|
||||
@@ -177,7 +177,7 @@ public class ImageManager
|
||||
} catch (Throwable t) {
|
||||
String errmsg = "Error loading image " +
|
||||
"[rset=" + rset + ", path=" + path + "]";
|
||||
throw new NestableIOException(errmsg, iae);
|
||||
throw new NestableIOException(errmsg, t);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user