[ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
Exception classes file
Author: | Qiang Xue <qiang.xue@gmail.com> |
Copyright: | Copyright © 2005 PradoSoft |
License: | http://www.pradosoft.com/license/ |
Version: | $Id: TException.php 1397 2006-09-07 07:55:53Z wei $ |
Poids: | 357 lignes (10 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
TException:: (7 méthodes):
__construct()
translateErrorMessage()
getErrorMessageFile()
getErrorCode()
setErrorCode()
getErrorMessage()
setErrorMessage()
TSystemException:: (0 méthodes):
TApplicationException:: (0 méthodes):
TInvalidOperationException:: (0 méthodes):
TInvalidDataTypeException:: (0 méthodes):
TInvalidDataValueException:: (0 méthodes):
TConfigurationException:: (0 méthodes):
TIOException:: (0 méthodes):
TDbException:: (0 méthodes):
TDbConnectionException:: (0 méthodes):
TNotSupportedException:: (0 méthodes):
TPhpErrorException:: (1 méthode):
__construct()
THttpException:: (2 méthodes):
__construct()
getStatusCode()
Classe: TException - X-Ref
TException class__construct($errorMessage) X-Ref |
Constructor. param: string error message. This can be a string that is listed |
translateErrorMessage($key) X-Ref |
Translates an error code into an error message. param: string error code that is passed in the exception constructor. return: string the translated error message |
getErrorMessageFile() X-Ref |
return: string path to the error message file |
getErrorCode() X-Ref |
return: string error code |
setErrorCode($code) X-Ref |
param: string error code |
getErrorMessage() X-Ref |
return: string error message |
setErrorMessage($message) X-Ref |
param: string error message |
Classe: TSystemException - X-Ref
TSystemException classClasse: TApplicationException - X-Ref
TApplicationException classClasse: TInvalidOperationException - X-Ref
TInvalidOperationException classClasse: TInvalidDataTypeException - X-Ref
TInvalidDataTypeException classClasse: TInvalidDataValueException - X-Ref
TInvalidDataValueException classClasse: TConfigurationException - X-Ref
TConfigurationException classClasse: TIOException - X-Ref
TIOException classClasse: TDbException - X-Ref
TDbException classClasse: TDbConnectionException - X-Ref
TDbConnectionException classClasse: TNotSupportedException - X-Ref
TNotSupportedException classClasse: TPhpErrorException - X-Ref
TPhpErrorException classClasse: THttpException - X-Ref
THttpException class__construct($statusCode,$errorMessage) X-Ref |
Constructor. param: integer HTTP status code, such as 404, 500, etc. param: string error message. This can be a string that is listed |
getStatusCode() X-Ref |
return: integer HTTP status code, such as 404, 500, etc. |
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |