1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/manual/docs/Working with objects - Component overview - Exceptions - List of exceptions.php

25 lines
1.0 KiB
PHP
Raw Normal View History

2006-07-24 01:08:06 +04:00
<pre>
InvalidKeyException
Doctrine_Exception
DQLException
Doctrine_PrimaryKey_Exception thrown when Doctrine_Record is loaded and there is no primary key field
Doctrine_Refresh_Exception thrown when Doctrine_Record is refreshed and the refreshed primary key doens't match the old one
Doctrine_Find_Exception thrown when user tries to find a Doctrine_Record for given primary key and that object is not found
Doctrine_Naming_Exception thrown when user defined Doctrine_Table is badly named
2006-08-22 02:55:11 +04:00
Doctrine_Connection_Exception thrown when user tries to get the current
connection and there are no open connections
2006-07-24 01:08:06 +04:00
Doctrine_Table_Exception thrown when user tries to initialize a new instance of Doctrine_Table,
while there already exists an instance of that factory
Doctrine_Mapping_Exception thrown when user tries to get a foreign key object but the mapping is not done right
</pre>