Uses of Class
org.exoplatform.agenda.exception.AgendaExceptionType
-
Packages that use AgendaExceptionType Package Description org.exoplatform.agenda.exception -
-
Uses of AgendaExceptionType in org.exoplatform.agenda.exception
Methods in org.exoplatform.agenda.exception that return AgendaExceptionType Modifier and Type Method Description AgendaExceptionTypeAgendaException. getAgendaExceptionType()static AgendaExceptionTypeAgendaExceptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AgendaExceptionType[]AgendaExceptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.agenda.exception with parameters of type AgendaExceptionType Constructor Description AgendaException(AgendaExceptionType agendaExceptionType)AgendaException(AgendaExceptionType agendaExceptionType, Exception e)
-