20212223242526
*/ public class SheduleExceptionData extends DataChunk<SheduleExceptionDetails> implements Mappable<Integer> { public SheduleExceptionData(Day day) throws ClipsException { super(new SheduleExceptionDetails(day.getCalendar().getTime())); }