|
wCMF
3.6
|
Inheritance diagram for ApplicationException:Public Member Functions | |
| __construct (Request $request, Response $response, $message=null, $code=0) | |
| getRequest () | |
| getResponse () | |
| getCodeString () | |
Private Attributes | |
| $_request = null | |
| $_response = null | |
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 27 of file class.ApplicationException.php.
| ApplicationException::__construct | ( | Request | $request, |
| Response | $response, | ||
$message = null, |
|||
$code = 0 |
|||
| ) |
Constructor
| request | The current request |
| response | The current response |
| message | The exception message |
| code | The exception code |
| previous | The previous exception |
Definition at line 40 of file class.ApplicationException.php.
| ApplicationException::getRequest | ( | ) |
Get the current request
Definition at line 52 of file class.ApplicationException.php.
References $_request.
| ApplicationException::getResponse | ( | ) |
Get the current response
Definition at line 61 of file class.ApplicationException.php.
References $_response.
Referenced by MultipleActionController\executeKernel().
| ApplicationException::getCodeString | ( | ) |
Get the string representation of the exception code. Exception codes are defined as constants of the form: const CODE_STRING = CODE_NUMBER
Definition at line 71 of file class.ApplicationException.php.
Referenced by MultipleActionController\executeKernel().
|
private |
Definition at line 29 of file class.ApplicationException.php.
Referenced by getRequest().
|
private |
Definition at line 30 of file class.ApplicationException.php.
Referenced by getResponse().