Uses of Enum
de.xima.fc.appointment.EAppointmentIcalError
Packages that use EAppointmentIcalError
-
Uses of EAppointmentIcalError in de.xima.fc.appointment
Subclasses with type arguments of type EAppointmentIcalError in de.xima.fc.appointmentModifier and TypeClassDescriptionenumAn enumeration with the possible errors that may occur when creating an iCal file with the existingAppointments of anAppointmentTemplate.Methods in de.xima.fc.appointment that return EAppointmentIcalErrorModifier and TypeMethodDescriptionAppointmentIcalException.getIcalError()static EAppointmentIcalErrorReturns the enum constant of this type with the specified name.static EAppointmentIcalError[]EAppointmentIcalError.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.appointment with parameters of type EAppointmentIcalErrorModifierConstructorDescriptionAppointmentIcalException(EAppointmentIcalError bookingError) AppointmentIcalException(EAppointmentIcalError bookingError, String message) AppointmentIcalException(EAppointmentIcalError bookingError, String message, Throwable cause) AppointmentIcalException(EAppointmentIcalError bookingError, Throwable cause)