ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (int $code, ilBadge $badge, ?ilException $previous_exception=null) | |
![]() | |
__construct ($a_message, $a_code=0) | |
A code isn't optional as in build in class Exception. More... | |
Static Public Member Functions | |
static | uploadedBadgeImageFileNotFound (ilBadge $badge, ?ilException $previous_exception=null) |
static | moveUploadedBadgeImageFailed (ilBadge $badge, ?ilException $previous_exception=null) |
Data Fields | |
const | EXCEPTION_FILE_NOT_FOUND = 1 |
const | EXCEPTION_MOVE_UPLOADED_IMAGE_FAILED = 2 |
Private Attributes | |
ilBadge | $badge |
Definition at line 26 of file BadgeException.php.
ILIAS\Services\Badge\BadgeException::__construct | ( | int | $code, |
ilBadge | $badge, | ||
?ilException | $previous_exception = null |
||
) |
Definition at line 33 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge, and ILIAS\GlobalScreen\Provider\__construct().
|
static |
Definition at line 45 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge, and ILIAS\Services\Badge\BadgeException\EXCEPTION_MOVE_UPLOADED_IMAGE_FAILED.
|
static |
Definition at line 40 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge, and ILIAS\Services\Badge\BadgeException\EXCEPTION_FILE_NOT_FOUND.
|
private |
Definition at line 31 of file BadgeException.php.
Referenced by ILIAS\Services\Badge\BadgeException\__construct(), ILIAS\Services\Badge\BadgeException\moveUploadedBadgeImageFailed(), and ILIAS\Services\Badge\BadgeException\uploadedBadgeImageFileNotFound().
const ILIAS\Services\Badge\BadgeException::EXCEPTION_FILE_NOT_FOUND = 1 |
Definition at line 28 of file BadgeException.php.
Referenced by ILIAS\Services\Badge\BadgeException\uploadedBadgeImageFileNotFound().
const ILIAS\Services\Badge\BadgeException::EXCEPTION_MOVE_UPLOADED_IMAGE_FAILED = 2 |
Definition at line 29 of file BadgeException.php.
Referenced by ILIAS\Services\Badge\BadgeException\moveUploadedBadgeImageFailed().