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
Fix #23866: java.io.UncheckedIOException: java.nio.file.FileSystemException: The device is not ready
This does two things:
1. Unwrap an unchecked exception in ImagesLoader so that we are throwing a
checked exception
2. Explain some IO exceptions (specifically "the device is not ready")
This is not the "best" solution, but it ''should'' mean that we are not ignoring
issues related to JOSM.
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19216 0c6e7542-c601-0410-84e7-c038aed88b3b
0 commit comments