‪TYPO3CMS  ‪main
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 TYPO3\CMS\Core\Exception

Public Member Functions

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

Protected Attributes

string $tableName
 
int $uid
 

Detailed Description

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

Definition at line 23 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$message‪Human readable error message
int$codeException code timestamp
\Exception$previousException‪Possible exception from database layer
string$tableName‪Table name query was working on
int$uid‪Table row uid

Definition at line 42 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

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

◆ $uid

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