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

Public Member Functions

 FileAlreadyExistsError (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 the attempt to create a file failed because there is a file already existing with the same name.

Definition at line 17 of file FileAlreadyExistsError.java.

Constructor & Destructor Documentation

◆ FileAlreadyExistsError()

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

Creates a new error.

Parameters
messagedetailed message

Definition at line 24 of file FileAlreadyExistsError.java.


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