dundas.controls.Error Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.Error
      dundas.controls.ApplicationError
      dundas.controls.ElementInlineError
      dundas.controls.FatalError
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Methods

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