2004/01/12 06:38:30
[org.ibex.core.git] / src / org / xwt / mips / ELF.java
index 2a9b611..5de3a0b 100644 (file)
@@ -188,7 +188,7 @@ public class ELF {
     public class ELFException extends IOException { ELFException(String s) { super(s); } }
     
     private class MyRandomAccessFile extends RandomAccessFile  {
-        MyRandomAccessFile(String f,String m) throws FileNotFoundException { super(f,m); }
+        MyRandomAccessFile(String f,String m) throws IOException { super(f,m); }
     }
     
     private class SectionInputStream extends InputStream {