-listening to the <b>"exception"</b> event upon your Store.</p>
-
-<code><pre>
-exception : function(proxy, type, action, options, res, arg) {
- if (type === 'remote') {
- Ext.Msg.show({
- title: 'REMOTE EXCEPTION',
- msg: res.message,
- icon: Ext.MessageBox.ERROR
- });
- }
-}
-</pre></code>
-<p><b>Note: This new "exception" event supercedes the old loadexception event which is now deprecated.</b></p>
-
-<div class="container" style="width:500px">
- <div id="user-form"></div>
- <div id="user-grid"></div>
-</div>
-