|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
totalcross.lang.Objecttotalcross.lang.Throwable
totalcross.lang.Exception
totalcross.io.IOException
totalcross.io.FileNotFoundException
public class FileNotFoundException
Thrown when a file was not found.
| Constructor Summary | |
|---|---|
FileNotFoundException()
Constructs an empty Exception. |
|
FileNotFoundException(String path)
Constructs an exception with the given message. |
|
| Method Summary | |
|---|---|
String |
getFileName()
Returns the file name from the exception's message. |
| Methods inherited from class totalcross.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class totalcross.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileNotFoundException()
public FileNotFoundException(String path)
| Method Detail |
|---|
public String getFileName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||