Uses of Class
example.app.entities.exceptions.InvalidDateException
Packages that use InvalidDateException
-
Uses of InvalidDateException in example.app.entities.compartments
Methods in example.app.entities.compartments that throw InvalidDateExceptionModifier and TypeMethodDescriptionvoidSetter for the start and duration of the batchvoidSetter for the start and end date of the batchvoidBatch.setDate(LocalDateTime startDate, long durationDays) Setter for the start and duration of the batchvoidBatch.setDate(LocalDateTime startDate, LocalDateTime endDate) Setter for the start and end date of the batchvoidBatch.setDurationDays(long durationDays) Setter for the duration of the batchvoidBatch.setEndDate(String endDate) Setter for the end date of the batchvoidBatch.setEndDate(LocalDateTime endDate) Setter for the end date of the batchvoidBatch.setStartDate(String startDate) Setter for the start date of the batchvoidBatch.setStartDate(LocalDateTime startDate) Setter for the start date of the batchConstructors in example.app.entities.compartments that throw InvalidDateException