TYPO3 CMS  TYPO3_6-2
t3lib_error_http_BadRequestException Class Reference
Inheritance diagram for t3lib_error_http_BadRequestException:
TYPO3\CMS\Core\Error\Http\BadRequestException TYPO3\CMS\Core\Error\Http\AbstractClientErrorException TYPO3\CMS\Core\Error\Http\StatusException TYPO3\CMS\Core\Error\Exception TYPO3\CMS\Core\Exception

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Error\Http\BadRequestException
 __construct ($message=NULL, $code=0)
 
- Public Member Functions inherited from TYPO3\CMS\Core\Error\Http\StatusException
 __construct ($statusHeaders, $message, $title='', $code=0)
 
 setTitle ($title)
 
 getTitle ()
 
 getStatusHeaders ()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Error\Http\BadRequestException
 $statusHeaders = array(\TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_400)
 
 $title = 'Bad Request (400)'
 
 $message = 'The request cannot be fulfilled due to bad syntax.'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Error\Http\StatusException
 $statusHeaders
 
 $title = 'Oops, an error occurred!'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1032 of file LegacyClassesForIde.php.