gov.nasa.pds.web.ui.utils.CancelledException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validate Show documentation
Show all versions of validate Show documentation
The Validate Tool project contains software for validating PDS4 product labels and product data.
package gov.nasa.pds.web.ui.utils;
/**
* Action cancelled event. Used in processes spun off into separate threads so
* as to inform the launching thread that the process was cancelled.
*
* @author jagander
*/
public class CancelledException extends Exception {
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy