Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public class FileNotFoundException
- Object
- Throwable
- Exception
- IOException
- FileNotFoundException
Signals that an attempt to open the file denoted by a specified pathname has failed.
See: java.io.FileInputStream, java.io.IOException
Constructors
public FileNotFoundException() | |
public FileNotFoundException(String s) |
Inherited methods
Constructor details
FileNotFoundException
public FileNotFoundException()FileNotFoundException
public FileNotFoundException(String s)