Uses of Enum Class
com.markvarga21.studentmanager.exception.OperationType
Packages that use OperationType
Package
Description
A package containing custom made exceptions.
-
Uses of OperationType in com.markvarga21.studentmanager.exception
Methods in com.markvarga21.studentmanager.exception that return OperationTypeModifier and TypeMethodDescriptionstatic OperationType
Returns the enum constant of this class with the specified name.static OperationType[]
OperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.markvarga21.studentmanager.exception with parameters of type OperationTypeModifierConstructorDescriptionStudentNotFoundException
(String message, OperationType type) Custom constructor which contains a message and the operation type of the exception.