ScheduleParseException constructor

ScheduleParseException([
  1. String message = ''
])

Creates a new FormatException with an optional error message.

Implementation

ScheduleParseException([String message = '']) : super(message);