TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\Exception\DatabaseRecordException Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Exception\DatabaseRecordException:
TYPO3\CMS\Backend\Form\Exception TYPO3\CMS\Backend\Exception

Public Member Functions

 __construct ($message, $code, \Exception $previousException=null, $tableName, $uid)
 
 getTableName ()
 
 getUid ()
 

Protected Attributes

 $tableName
 
 $uid
 

Detailed Description

A record could not be fetched from database, maybe it vanished meanwhile.

Definition at line 22 of file DatabaseRecordException.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\Exception\DatabaseRecordException::__construct (   $message,
  $code,
\Exception  $previousException = null,
  $tableName,
  $uid 
)

Constructor overwrites default constructor.

Parameters
string$messageHuman readable error message
int$codeException code timestamp
\Exception$previousExceptionPossible exception from database layer
string$tableNameTable name query was working on
int$uidTable row uid

Definition at line 43 of file DatabaseRecordException.php.

References TYPO3\CMS\Backend\Form\Exception\DatabaseRecordException\$tableName, and TYPO3\CMS\Backend\Form\Exception\DatabaseRecordException\$uid.

Member Function Documentation

◆ getTableName()

◆ getUid()

Member Data Documentation

◆ $tableName

TYPO3\CMS\Backend\Form\Exception\DatabaseRecordException::$tableName
protected

◆ $uid

TYPO3\CMS\Backend\Form\Exception\DatabaseRecordException::$uid
protected