Class TPhpErrorException

Description

TPhpErrorException class

TPhpErrorException represents an exception caused by a PHP error. This exception is mainly thrown within a PHP error handler.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TException.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /Exceptions/TException.php (line 346)

Exception
   |
   --TException
      |
      --TSystemException
         |
         --TPhpErrorException
Method Summary
TPhpErrorException __construct (integer $errno, string $errstr, string $errfile, integer $errline)
Variables

Inherited Variables

Inherited from TException

TException::$_messageCache

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods
Constructor __construct (line 355)

Constructor.

  • access: public
TPhpErrorException __construct (integer $errno, string $errstr, string $errfile, integer $errline)
  • integer $errno: error number
  • string $errstr: error string
  • string $errfile: error file
  • integer $errline: error line number

Redefinition of:
TException::__construct()
Constructor.

Inherited Methods

Inherited From TException

TException::__construct()
TException::getErrorCode()
TException::getErrorMessage()
TException::getErrorMessageFile()
TException::setErrorCode()
TException::setErrorMessage()
TException::translateErrorMessage()

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Mon, 25 Jun 2012 14:38:11 +0200 by phpDocumentor 1.4.3