All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nasa.pds.web.ui.utils.CancelledException Maven / Gradle / Ivy

Go to download

The Validate Tool project contains software for validating PDS4 product labels and product data.

There is a newer version: 3.6.2
Show newest version
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