java.io.InputStream is = new FileInputStream
这句可能会抛出异常!
FileInputStream
Throws: 
FileNotFoundException - if the file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading.
public String getRelativePath()这个后面加句 throws Exception