MIOLO26
|
Membros públicos | |
__construct ($message, $code=NULL) | |
generateMessage ($svnInfo='') | |
__toString () | |
Campos de Dados | |
const | UNKNOWN_ERROR_CODE = 0 |
const | KNOWN_ERROR_CODE = 1 |
Database exception class Currently this exception is generated only on throwError method at PostgresConnection
Maintainers:
Armando Taffarel Neto [taffa.nosp@m.rel@.nosp@m.solis.nosp@m..coo.nosp@m.p.br] Daniel Hartmann [danie.nosp@m.l@so.nosp@m.lis.c.nosp@m.oop..nosp@m.br]
Organization:
SOLIS - Cooperativa de Solu��es Livres
CopyRight:
Copyright (c) 2010 SOLIS - Cooperativa de Solu��es Livres
License:
Licensed under GPLv2 (for further details read the COPYING file or http://www.gnu.org/licenses/gpl.html)
History:
See history in CVS repository: http://www.miolo.org.br
__construct | ( | $message, | |
$code = NULL ) |
__toString | ( | ) |
Used in unittest errors, makes the MDatabaseException echoable and printable
generateMessage | ( | $svnInfo = '' | ) |
Generate the error message according to the cause
(string) | $svnInfo |
const KNOWN_ERROR_CODE = 1 |
const UNKNOWN_ERROR_CODE = 0 |