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 CalendarException
CalendarExceptionCollection. get(int index)
(@inheritDoc}CalendarException
CalendarExceptionCollection. remove(int index)
Removes the element at the specified position in this list.CalendarException
CalendarExceptionCollection. 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 ofCalendarException
objects.Methods in com.aspose.tasks with parameters of type CalendarException Modifier and Type Method Description void
CalendarExceptionCollection. add(int index, CalendarException element)
Inserts the specified element at the specified position in this list.boolean
CalendarExceptionCollection. add(CalendarException item)
Adds CalendarException instance to this collection object.void
CalendarExceptionCollection. copyTo(CalendarException[] array, int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.CalendarException
CalendarExceptionCollection. set(int index, CalendarException element)
(@inheritDoc}Method parameters in com.aspose.tasks with type arguments of type CalendarException Modifier and Type Method Description void
CalendarExceptionCollection. addRange(Iterable<CalendarException> exceptionList)
Adds range of exceptions to the internal list.
-