Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / docs / source / ExceptionEvent.html
diff --git a/docs/source/ExceptionEvent.html b/docs/source/ExceptionEvent.html
new file mode 100644 (file)
index 0000000..0d1d02b
--- /dev/null
@@ -0,0 +1,18 @@
+<!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'>/**
+</span> * @class Ext.direct.ExceptionEvent
+ * @extends Ext.direct.RemotingEvent
+ * An event that is fired when an exception is received from a {@link Ext.direct.RemotingProvider}
+ */
+Ext.define('Ext.direct.ExceptionEvent', {
+    
+    /* Begin Definitions */
+   
+    extend: 'Ext.direct.RemotingEvent',
+    
+    alias: 'direct.exception',
+    
+    /* End Definitions */
+   
+   status: false
+});
+</pre></pre></body></html>
\ No newline at end of file