NoSelectedFileError

NoSelectedFileError

An error class that occurs when the user donesn't select any file in the openFile() function.

Constructor

new NoSelectedFileError(messageopt, optionsopt)

Create a NoSelectedFileError instance.
Source:
Parameters:
Name Type Attributes Description
message string <optional>
The message of the error.
options ErrorOptions <optional>
The error options. These are the same as those for the basic Error class.

Extends

  • Error

Classes

NoSelectedFileError