dundas.data.ScriptException Class

 

Inheritance Hierarchy

 
Class
   dundas.data.ScriptException
 

Constructors

 
  Name Description
init Initializes the ScriptException. Called during construction.
 
 

Properties

 
  Name Description
column Gets or sets the column number of this error.
exceptionType The exception type.
line Gets or sets the line number of this error.
message The message of the error.
shortMessage The short message of the error.
tokenText Gets or sets the token text
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.