Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / docs / source / ExceptionEvent.html
1 <!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-direct.ExceptionEvent'>/**
2 </span> * @class Ext.direct.ExceptionEvent
3  * @extends Ext.direct.RemotingEvent
4  * An event that is fired when an exception is received from a {@link Ext.direct.RemotingProvider}
5  */
6 Ext.define('Ext.direct.ExceptionEvent', {
7     
8     /* Begin Definitions */
9    
10     extend: 'Ext.direct.RemotingEvent',
11     
12     alias: 'direct.exception',
13     
14     /* End Definitions */
15    
16    status: false
17 });
18 </pre></pre></body></html>