Uses of Enum Class
org.exoplatform.agenda.exception.AgendaExceptionType
Packages that use AgendaExceptionType
-
Uses of AgendaExceptionType in org.exoplatform.agenda.exception
Methods in org.exoplatform.agenda.exception that return AgendaExceptionTypeModifier and TypeMethodDescriptionAgendaException.getAgendaExceptionType()static AgendaExceptionTypeReturns the enum constant of this class with the specified name.static AgendaExceptionType[]AgendaExceptionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.agenda.exception with parameters of type AgendaExceptionTypeModifierConstructorDescriptionAgendaException(AgendaExceptionType agendaExceptionType) AgendaException(AgendaExceptionType agendaExceptionType, Exception e)