X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.Error.html?ds=sidebyside diff --git a/docs/output/Ext.Error.html b/docs/output/Ext.Error.html index 783cee45..316c45af 100644 --- a/docs/output/Ext.Error.html +++ b/docs/output/Ext.Error.html @@ -1,4 +1,4 @@ -
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 +
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); -}
Method | Defined By | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
getMessage()
- :
- String getMessage getMessage Parameters:
| Error | ||||||||||||
getName()
- :
- String getName getName Parameters:
| Error | ||||||||||||
toJson()
- :
+}Public PropertiesThis class has no public properties. Public Methods
Public EventsThis class has no public events.
\ No newline at end of file
|