SyntaxError
Module | ejs |
Definition | dynamic class SyntaxError |
Inheritance | SyntaxError ![]() ![]() |
Stability | Evolving. |
Syntax error exception class.
Thrown when the system cannot parse a character sequence for the intended purpose, e.g. a regular expression containing invalid characters.
Properties
(No own properties defined)
SyntaxError Class Methods
Qualifiers | Method |
---|
SyntaxError Instance Methods
Qualifiers | Method |
---|---|
SyntaxError(message: String = null) | |
SyntaxError constructor. |
Method Detail
SyntaxError(message: String = null)
- Description
- SyntaxError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]