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; }