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

Class: TStatementsInvalidException

Source Location: /Exception/TStatementsInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TStatementsInvalidException

TStatementsInvalidException class

Class Details

[line 31]
TStatementsInvalidException class

TStatementsInvalidException is raised when the framework detects an error happened during executing a block of PHP statements.

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 38]

TStatementsInvalidException __construct( string $comType, [string $msg = ''])

Constructor.



Parameters:

string   $comType   the component type or ID
string   $msg   the error message

[ Top ]


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