import java.io.*;public class TestEX{
public static void main(String[] args){
    TestEX n = new TestEX();
n.FileInputStream();
}
void FileInputStream(String m)
throws FileNotFoundException{
if (m == null)
throw new FileNotFoundException("文件不见了!");
}
}
这里是出现了什么错误哦,麻烦各位高手指教下哦,谢谢