You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present it's difficult to distinguish the IllegalArgumentExceptions thrown due to too many empty recurrence sets from others (also see #137). We could use a custom subclass that we can catch to handle those cases separately.
The text was updated successfully, but these errors were encountered:
Looks like in all but one place an IllegalArgumentException is thrown. This will be a breaking change for people who catch the IllegalStateException thrown by BySetPos.
At present it's difficult to distinguish the IllegalArgumentExceptions thrown due to too many empty recurrence sets from others (also see #137). We could use a custom subclass that we can catch to handle those cases separately.
The text was updated successfully, but these errors were encountered: