Eclipse-PyUML/pyUml/src/pyUML/exceptions/PyUMLCancelledException.java

14 lines
252 B
Java
Raw Normal View History

2008-02-20 14:27:19 +01:00
package pyUML.exceptions;
/**
* This exception is thrown when a user puhes the "cancel"
* Button in the progress monitor
*/
public class PyUMLCancelledException extends Exception{
/**
*
*/
private static final long serialVersionUID = 1L;
}