AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.errors.NoSuchFileError Class Reference
Inheritance diagram for com.google.appinventor.components.runtime.errors.NoSuchFileError:
com.google.appinventor.components.runtime.errors.RuntimeError

Public Member Functions

 NoSuchFileError (String message)
 

Additional Inherited Members

- Static Public Member Functions inherited from com.google.appinventor.components.runtime.errors.RuntimeError
static RuntimeError convertToRuntimeError (Throwable throwable)
 
- Protected Member Functions inherited from com.google.appinventor.components.runtime.errors.RuntimeError
 RuntimeError ()
 
 RuntimeError (String message)
 

Detailed Description

Runtime error indicating that no file for the given name could be found.

Definition at line 16 of file NoSuchFileError.java.

Constructor & Destructor Documentation

◆ NoSuchFileError()

com.google.appinventor.components.runtime.errors.NoSuchFileError.NoSuchFileError ( String  message)

Creates a new error.

Parameters
messagedetailed message

Definition at line 23 of file NoSuchFileError.java.


The documentation for this class was generated from the following file: