Stud.IP  6.1
MembershipException Class Reference
Inheritance diagram for MembershipException:
Exception

Data Fields

const NOT_A_MEMBER = 1
 
const REMOVAL_FAILED = 2
 
const USER_IS_SOLE_LECTURER = 2
 
const MOVING_POSITION_FAILED = 10
 
- Data Fields inherited from Exception
const GENERAL_ERROR = 0
 
const END_BEFORE_BEGINNING = 1
 

Additional Inherited Members

- Public Member Functions inherited from Exception
 __construct (string $message='', int $code=0, ?\Range $range=null)
 
 getInformation ()
 
 getRange ()
 
- Protected Attributes inherited from Exception
Range $range = null
 

Field Documentation

◆ MOVING_POSITION_FAILED

const MOVING_POSITION_FAILED = 10

MOVING_POSITION_FAILED means that moving a course member to another position was unsuccessful.

◆ NOT_A_MEMBER

const NOT_A_MEMBER = 1

NOT_A_MEMBER means that the user is not a member of the course.

◆ REMOVAL_FAILED

const REMOVAL_FAILED = 2

REMOVAL_FAILED means that the removal of the user from the course was unsuccessful.

◆ USER_IS_SOLE_LECTURER

const USER_IS_SOLE_LECTURER = 2

USER_IS_SOLE_LECTURER means that the user that shall be removed from the course is the sole lecturer of the course.


The documentation for this class was generated from the following file: