Class: Doctrine_Table_Exception

Source Location: /Doctrine/Table/Exception.php

Class Doctrine_Table_Exception

Class Overview

thrown when user tries to initialize a new instance of Doctrine_Table, while there already exists an instance of that table

Located in /Doctrine/Table/Exception.php [line 34]

Exception
   |
   --Doctrine_Exception
      |
      --Doctrine_Table_Exception
Author(s): Information Tags:
Version:  $Revision: 1080 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Doctrine_Exception

Doctrine_Exception::$_errorMessages

Inherited From Doctrine_Exception

Doctrine_Exception::errorMessage()
Return a textual error message for a Doctrine error code

[ Top ]
Method Summary
Doctrine_Table_Exception   __construct()  

[ Top ]
Properties
Methods
Constructor __construct  [line 36]

  Doctrine_Table_Exception __construct( [ $message = "Couldn't initialize table. One instance of this table already exists. Always use Doctrine_Session::getTable(\$name) to get on instance of a Doctrine_Table."]  )

Parameters:
   $message: 

API Tags:
Access:  public


[ Top ]