blob: d22232786cd0211ea62022e4b043e13d9d053342 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008-2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
******************************************************************************/
package org.eclipse.emf.ecp.common.model;
/**
* Exception if there is no workspace.
*
* @author helming
*/
public class NoWorkspaceException extends Exception {
private static final long serialVersionUID = 3400798238003196616L;
}