ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct ($code, $additional_message='') | |
![]() | |
__construct ($a_message, $a_code=0) | |
A code isn't optional as in build in class Exception. More... | |
Data Fields | |
const | CODE_NO_TYPE = 9001 |
const | CODE_NO_PATH = 9002 |
const | ACCESS_WITHOUT_CHECK = 9003 |
const | NO_CHECKING_INSTANCE = 9004 |
const | WRONG_PATH_TYPE = 9005 |
const | INITIALISATION_FAILED = 9006 |
const | DATA_DIR_NON_WRITEABLE = 9007 |
const | ACCESS_DENIED = 9010 |
const | ACCESS_DENIED_NO_PUB = 9011 |
const | ACCESS_DENIED_NO_LOGIN = 9012 |
const | MAX_LIFETIME = 9013 |
const | NOT_FOUND = 9014 |
Static Protected Attributes | |
static array | $messages |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilWACException
Definition at line 25 of file class.ilWACException.php.
ilWACException::__construct | ( | $code, | |
$additional_message = '' |
|||
) |
int | $code | |
string | $additional_message |
Definition at line 62 of file class.ilWACException.php.
References $message, $messages, and ILIAS\GlobalScreen\Provider\__construct().
|
staticprotected |
Definition at line 42 of file class.ilWACException.php.
const ilWACException::ACCESS_DENIED = 9010 |
Definition at line 34 of file class.ilWACException.php.
Referenced by ilWebAccessCheckerDelivery\deny(), and ilWebAccessCheckerDelivery\handleRequest().
const ilWACException::ACCESS_DENIED_NO_LOGIN = 9012 |
Definition at line 36 of file class.ilWACException.php.
Referenced by ilWebAccessChecker\checkUser(), ilWebAccessCheckerDelivery\handleRequest(), and ilWebAccessChecker\initILIAS().
const ilWACException::ACCESS_DENIED_NO_PUB = 9011 |
Definition at line 35 of file class.ilWACException.php.
Referenced by ilWebAccessChecker\checkPublicSection(), and ilWebAccessCheckerDelivery\handleRequest().
const ilWACException::ACCESS_WITHOUT_CHECK = 9003 |
Definition at line 29 of file class.ilWACException.php.
Referenced by ilWebAccessCheckerDelivery\deliver(), and ilWebAccessCheckerDelivery\deny().
const ilWACException::CODE_NO_PATH = 9002 |
Definition at line 28 of file class.ilWACException.php.
Referenced by ilWACSecurePath\returnDbTableName().
const ilWACException::CODE_NO_TYPE = 9001 |
Definition at line 27 of file class.ilWACException.php.
Referenced by ilWACSignedPath\buildTokenInstance().
const ilWACException::DATA_DIR_NON_WRITEABLE = 9007 |
Definition at line 33 of file class.ilWACException.php.
Referenced by ilWACToken\generateSaltFile().
const ilWACException::INITIALISATION_FAILED = 9006 |
Definition at line 32 of file class.ilWACException.php.
const ilWACException::MAX_LIFETIME = 9013 |
Definition at line 37 of file class.ilWACException.php.
Referenced by ilWACSignedPath\setCookieMaxLifetimeInSeconds(), and ilWACSignedPath\setTokenMaxLifetimeInSeconds().
const ilWACException::NO_CHECKING_INSTANCE = 9004 |
Definition at line 30 of file class.ilWACException.php.
const ilWACException::NOT_FOUND = 9014 |
Definition at line 38 of file class.ilWACException.php.
Referenced by ilWebAccessCheckerDelivery\handleRequest(), and ilWACPath\normalizePath().
const ilWACException::WRONG_PATH_TYPE = 9005 |
Definition at line 31 of file class.ilWACException.php.
Referenced by ilWACSignedPath\getSignedPath().