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

Class: TObjectTypeException

Source Location: /Exception/TObjectTypeException.php

Class Overview

Exception
   |
   --TException
      |
      --TObjectTypeException

TObjectTypeException class

Class Details

[line 28]
TObjectTypeException class

TObjectTypeException is raised when an expected object is of wrong type.




version:  v1.0, last update on Wed Jan 26 16:43:49 EST 2005
author:  Xiang Wei Zhuo <weizhuo[at]gmail.com>


[ Top ]

Methods



Class Methods


constructor __construct [line 36]

TObjectTypeException __construct( string $expected, string $found)

Constructor.



Parameters:

string   $expected   the expected object type.
string   $found   the actual object used.

[ Top ]


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