Class ScriptEvalError
Defined in: contentElement.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Error for parsing problems with detailed location information (i.e.
|
Field Attributes | Field Name and Description |
---|---|
the detailed message of the ScriptEvalError including the positional information and the error that triggered it
|
|
the end position for the content (number of characters) within the ContentElement's
rawText |
|
the message of the error that triggered the ScriptEvalError
|
|
the error name, that triggered the ScriptEvalError
|
|
the offset (number of characters) of the ContentElement where the error occurred (in relation to its parent/owning Element)
|
|
the error stack (if available)
|
|
the starting position for the content (number of characters) within the ContentElement's
rawText |
Class Detail
ScriptEvalError()
Error for parsing problems with detailed location information (i.e. where the parsing problem occured).
Field Detail
{String}
details
the detailed message of the ScriptEvalError including the positional information and the error that triggered it
{Number}
end
the end position for the content (number of characters) within the ContentElement's
rawText
{String}
message
the message of the error that triggered the ScriptEvalError
{String}
name
the error name, that triggered the ScriptEvalError
{Number}
offset
the offset (number of characters) of the ContentElement where the error occurred (in relation to its parent/owning Element)
{String}
stack
the error stack (if available)
{Number}
start
the starting position for the content (number of characters) within the ContentElement's
rawText