System.Web.Services.AJAX
[ class tree: System.Web.Services.AJAX ] [ index: System.Web.Services.AJAX ] [ all elements ]

Class: TAjaxError

Source Location: /Web/Services/AJAX/TRemoteObjectServer.php

Class Overview


AJAX Request Error class.

Class Details

[line 685]
AJAX Request Error class.

Returns the error details via JSON back to the calling client javascript.




version:  $Revision: 1.1 $ $Date: 2005/11/06 23:02:35 $
author:  Wei Zhuo<weizhuo[at]gmail[dot]com>


[ Top ]

Variables

Methods



Class Variables

$exception =

[line 691]

Exception details.



access:  protected

Type:   Exception


[ Top ]



Class Methods


constructor __construct [line 697]

TAjaxError __construct( Exception $exception)

Create a new AJAX Exception handler.



access:  public


Parameters:

Exception   $exception   exception to hand back to the client-side

[ Top ]

method getExceptionDetails [line 706]

array getExceptionDetails( )

Construct the exception details as an array.



return:  exception details.
access:  protected


[ Top ]

method render [line 729]

void render( )

Send the exception details back via JSON.



access:  public


[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.