Uses of Class
example.app.entities.exceptions.EmptyArgumentException
Packages that use EmptyArgumentException
-
Uses of EmptyArgumentException in example.app.entities.compartments
Methods in example.app.entities.compartments that throw EmptyArgumentExceptionModifier and TypeMethodDescriptionvoidSetter of the faculty codevoidSetter for the name of the batchConstructors in example.app.entities.compartments that throw EmptyArgumentExceptionModifierConstructorDescriptionBatch(String name, Course course, String description, LocalDateTime startDate, LocalDateTime endDate) Faculty(String code, String description, FacultyUser facultyUser) -
Uses of EmptyArgumentException in example.app.entities.users
Methods in example.app.entities.users that throw EmptyArgumentExceptionModifier and TypeMethodDescriptionvoidSetter for the emailvoidUser.setFirstName(String firstName) Setter for the first namevoidUser.setLastName(String lastName) Setter for the last namevoidUser.setPassword(String password) Setter for the passwordvoidUser.setUsername(String username) Setter for the usernameConstructors in example.app.entities.users that throw EmptyArgumentException