public enum AgendaExceptionType extends Enum<AgendaExceptionType>
| Modifier and Type | Method and Description |
|---|---|
String |
getCompleteMessage() |
String |
getField() |
String |
getMessage() |
String |
toString() |
static AgendaExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgendaExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgendaExceptionType EVENT_START_DATE_BEFORE_END_DATE
public static final AgendaExceptionType CALENDAR_NOT_FOUND
public static final AgendaExceptionType CALENDAR_OWNER_NOT_FOUND
public static final AgendaExceptionType WRONG_EVENT_ATTENDEE_ID
public static final AgendaExceptionType EVENT_START_DATE_MANDATORY
public static final AgendaExceptionType EVENT_END_DATE_MANDATORY
public static final AgendaExceptionType EVENT_RECURRENCE_FREQUENCY_MANDATORY
public static final AgendaExceptionType EVENT_RECURRENCE_INTERVAL_MANDATORY
public static final AgendaExceptionType EVENT_ID_MANDATORY
public static final AgendaExceptionType EVENT_MANDATORY
public static final AgendaExceptionType EVENT_FIELDS_MANDATORY
public static final AgendaExceptionType EVENT_FIELD_VALUE_NOT_MULTIVALUED
public static final AgendaExceptionType REMINDER_DATE_CANT_COMPUTE
public static final AgendaExceptionType ATTENDEE_IDENTITY_NOT_FOUND
public static final AgendaExceptionType EVENT_NOT_FOUND
public static final AgendaExceptionType EVENT_CYCLIC_DEPENDENCY
public static AgendaExceptionType[] values()
for (AgendaExceptionType c : AgendaExceptionType.values()) System.out.println(c);
public static AgendaExceptionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getMessage()
public String getField()
public String getCompleteMessage()
public String toString()
toString in class Enum<AgendaExceptionType>Copyright © 2003–2021 eXo Platform SAS. All rights reserved.