X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.Error.html diff --git a/docs/output/Ext.Error.html b/docs/output/Ext.Error.html index 4e664000..783cee45 100644 --- a/docs/output/Ext.Error.html +++ b/docs/output/Ext.Error.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Ext.Error

Package:Ext
Defined In:Error.js
Class:Error
Subclasses:Api.Error, DataProxy.Error, DataReader.Error, Store.Error
Extends:Object

A base error class. Future implementations are intended to provide more +

Class Ext.Error

Package:Ext
Defined In:Error.js
Class:Error
Subclasses:Api.Error, DataProxy.Error, DataReader.Error, Store.Error
Extends:Object

A base error class. Future implementations are intended to provide more robust error handling throughout the framework (in the debug build only) to check for common errors and problems. The messages issued by this class will aid error checking. Error checks will be automatically removed in the @@ -22,10 +22,10 @@ catch (e) { } function generateError(data) { throw new Ext.Error('foo-error', data); -}

Public Properties

This class has no public properties.

Public Methods

MethodDefined By