Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IllegalArgumentException: Minute is not in the range 0..9999 #38

Closed
mathisdt opened this issue Jun 4, 2018 · 0 comments
Closed

IllegalArgumentException: Minute is not in the range 0..9999 #38

mathisdt opened this issue Jun 4, 2018 · 0 comments
Assignees
Milestone

Comments

@mathisdt
Copy link
Owner

mathisdt commented Jun 4, 2018

java.lang.IllegalArgumentException: Minute is not in the range 0..9999
	at hirondelle.date4j.DateTimeInterval.checkRange(DateTimeInterval.java:118)
	at hirondelle.date4j.DateTimeInterval.plusOrMinus(DateTimeInterval.java:100)
	at hirondelle.date4j.DateTimeInterval.plus(DateTimeInterval.java:27)
	at hirondelle.date4j.DateTime.plus(DateTime.java:1046)
	at org.zephyrsoft.trackworktime.Basics.checkPersistentNotification(Basics.java:274)
	at org.zephyrsoft.trackworktime.Basics.safeCheckPersistentNotification(Basics.java:242)
	at org.zephyrsoft.trackworktime.Basics.periodicHook(Basics.java:198)
	at org.zephyrsoft.trackworktime.Watchdog.onReceive(Watchdog.java:34)
	at android.app.ActivityThread.handleReceiver(ActivityThread.java:3187)
	at android.app.ActivityThread.-wrap17(Unknown Source:0)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1672)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6494)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
@mathisdt mathisdt self-assigned this Jun 4, 2018
@mathisdt mathisdt added this to the v1.0.3 milestone Jun 6, 2018
@mathisdt mathisdt closed this as completed Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant