TYPO3 CMS  TYPO3_6-2
Tx_Extbase_MVC_Controller_ArgumentError Class Reference
Inheritance diagram for Tx_Extbase_MVC_Controller_ArgumentError:
TYPO3\CMS\Extbase\Mvc\Controller\ArgumentError TYPO3\CMS\Extbase\Validation\PropertyError TYPO3\CMS\Extbase\Validation\Error TYPO3\CMS\Extbase\Error\Error TYPO3\CMS\Extbase\Error\Message

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Validation\PropertyError
 __construct ($propertyName)
 
 addErrors ($errors)
 
 getErrors ()
 
 getPropertyName ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Error\Message
 __construct ($message, $code, array $arguments=array(), $title='')
 
 getMessage ()
 
 getCode ()
 
 getArguments ()
 
 getTitle ()
 
 render ()
 
 __toString ()
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\ArgumentError
 $message = 'Validation errors for argument "%s"'
 
 $code = 1245107351
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Validation\PropertyError
 $message = 'Validation errors for property "%s"'
 
 $code = 1242859509
 
 $propertyName
 
 $errors = array()
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Validation\Error
 $message = 'Unknown validation error'
 
 $code = 1201447005
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Error\Error
 $message = 'Unknown error'
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Error\Message
 $message = 'Unknown message'
 
 $code
 
 $arguments = array()
 
 $title = ''
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1732 of file LegacyClassesForIde.php.