blob: 82168121a7f09340bdf94aa2bdad60a01bdcdeb9 [file] [log] [blame]
package org.eclipse.qvt.declarative.execution;
public abstract class DeclarativeQVTExecutionException extends Exception {
/**
*
*/
private static final long serialVersionUID = 3091334057732995968L;
public DeclarativeQVTExecutionException(String message) {
super(message);
}
}