com.intel.util
Class FileNotFoundException
- java.lang.Object
-
- java.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
Constructors Constructor and Description FileNotFoundException()
FileNotFoundException(java.lang.String msg)
-