com.intel.util
Class FileNotFoundException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intel.langutil.IntelRuntimeException
com.intel.util.UtilException
com.intel.util.IOException
com.intel.util.FileNotFoundException
public class FileNotFoundException
- extends IOException
Represents an IO exception thrown when trying to perform flash operations on a non-existent file
Constructor Summary | |
---|---|
FileNotFoundException()
|
|
FileNotFoundException(java.lang.String msg)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
equals, hashCode |
Constructor Detail |
---|
FileNotFoundException
public FileNotFoundException()
FileNotFoundException
public FileNotFoundException(java.lang.String msg)