ArgError
| Module | ejs |
| Namespace | intrinsic |
| Definition | dynamic class ArgError |
| Specified | Ejs-11. |
| Inheritance | ArgError Error Object |
Arguments error exception class.
Thrown when there are too few or too many arguments or the arguments cannot be cast to the required type.
Properties
| Qualifiers | Property | Type | Description |
|---|---|---|---|
| No properties defined | |||
ArgError Methods
| Qualifiers | Method |
|---|---|
| ArgError(message: String) | |
| ArgError constructor. |
Method Detail
ArgError(message: String)
ArgError constructor.
- Parameters
message: String Message to use when defining the Error.message property