1
0
mirror of synced 2024-12-15 07:36:03 +03:00
doctrine2/manual/new/docs/en/advanced-components/exceptions.txt
jepso 5329c3827c * Converted most of the docs to the new format.
* Fixed a few layout bugs in new documentation
* Fixed documentation table of contents indentation bug in IE6 (fixes #344)
* Fixed a parser bug in Sensei_Doc_Section
* Restructrured a bit some files of the documentation.
2007-06-13 21:30:32 +00:00

15 lines
1009 B
Plaintext

+++ Overview
+++ List of exceptions
: {{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
: {{Doctrine_Connection_Exception}} : thrown when user tries to get the current connection and there are no open connections
: {{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