Uses of Class
com.aspose.tasks.CalendarException
-
-
Uses of CalendarException in com.aspose.tasks
Methods in com.aspose.tasks that return CalendarException Modifier and Type Method Description CalendarExceptionCalendarExceptionCollection. get(int index)(@inheritDoc}CalendarExceptionCalendarExceptionCollection. remove(int index)Removes the element at the specified position in this list.CalendarExceptionCalendarExceptionCollection. set(int index, CalendarException element)(@inheritDoc}Methods in com.aspose.tasks that return types with arguments of type CalendarException Modifier and Type Method Description Iterator<CalendarException>CalendarExceptionCollection. iterator()Returns an enumerator for this collection.List<CalendarException>CalendarExceptionCollection. toList()Converts the CalendarExceptionCollection object to a list ofCalendarExceptionobjects.Methods in com.aspose.tasks with parameters of type CalendarException Modifier and Type Method Description voidCalendarExceptionCollection. add(int index, CalendarException element)Inserts the specified element at the specified position in this list.booleanCalendarExceptionCollection. add(CalendarException item)Adds CalendarException instance to this collection object.voidCalendarExceptionCollection. copyTo(CalendarException[] array, int arrayIndex)Copies the elements of this collection to the specified array, starting at the specified array index.CalendarExceptionCalendarExceptionCollection. set(int index, CalendarException element)(@inheritDoc}Method parameters in com.aspose.tasks with type arguments of type CalendarException Modifier and Type Method Description voidCalendarExceptionCollection. addRange(Iterable<CalendarException> exceptionList)Adds range of exceptions to the internal list.
-