source: josm/trunk/src/org/openstreetmap/josm/io/ImportCancelException.java@ 6822

Last change on this file since 6822 was 6621, checked in by Don-vip, 10 years ago

fix #9262 - Cancelling opening file should not result in an error message

File size: 264 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.io;
3
4/**
5 * All exceptions resulting from a user cancelation during any import should implement this interface.
6 * @since 6621
7 */
8public interface ImportCancelException {
9
10}
Note: See TracBrowser for help on using the repository browser.