Package totalcross.io
Class FileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- totalcross.io.IOException
-
- totalcross.io.FileNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileNotFoundException extends IOException
Thrown when a file was not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileNotFoundException()Constructs an empty Exception.FileNotFoundException(java.lang.String path)Constructs an exception with the given message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFileName()Returns the file name from the exception's message.
-