Class Index | File Index

Classes


Class ScriptEvalError


Defined in: contentElement.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Error for parsing problems with detailed location information (i.e.
Field Summary
Field Attributes Field Name and Description
 
the detailed message of the ScriptEvalError including the positional information and the error that triggered it
 
end
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

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 26 2016 21:33:47 GMT+0100 (Mitteleuropäische Zeit)