InternalError
Module | ejs |
Definition | dynamic class InternalError |
Inheritance | InternalError ![]() ![]() |
Specified | ejscript-1.1 |
Stability | Evolving. |
Internal error exception class.
Thrown when some error occurs in the virtual machine.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
No properties defined |
InternalError Methods
Qualifiers | Method |
---|---|
InternalError(message: String = null) | |
InternalError constructor. |
Method Detail
public InternalError(message: String = null)
InternalError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]