System.Exception
[ class tree: System.Exception ] [ index: System.Exception ] [ all elements ]

Class: TErrorRecursiveException

Source Location: /Exception/TErrorRecursiveException.php

Class Overview

Exception
   |
   --TException
      |
      --TErrorRecursiveException

TErrorRecursiveException class

Class Details

[line 31]
TErrorRecursiveException class

TErrorRecursiveException is raised when the framework detects a recursive error is reported. (e.g. an error page reports an error!)

Namespace: Exception




version:  $Revision: 1.2 $ $Date: 2005/01/04 21:33:45 $
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


constructor __construct [line 40]

TErrorRecursiveException __construct( string $code, string $msg, string $lastCode, string $lastMsg)

Constructor.



Parameters:

string   $code   the error code
string   $msg   the error message
string   $lastCode   the last error code
string   $lastMsg   the last error message

[ Top ]


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