ArgError
| Module | ejs |
| Definition | dynamic class ArgError |
| Inheritance | ArgError Error Object |
| Specified | ejscript-2.7 |
| Stability | Evolving. |
Arguments error exception class.
Thrown when function arguments are not compatible with the required function parameters.
Properties
(No own properties defined)
ArgError Class Methods
| Qualifiers | Method |
|---|
ArgError Instance Methods
| Qualifiers | Method |
|---|---|
| ArgError(message: String = null) | |
| ArgError constructor. |
Method Detail
ArgError(message: String = null)
- Description
- ArgError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]