blob: db0c2f92326c2054b216ddc6aac2736131c39533 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.notationprovider;
/*
* @canBeSeenBy org.eclipse.gmf.runtime.diagram.ui.resources.editor.*
*/
public class EmfNotationException extends Exception {
static final long serialVersionUID = 1;
/**
* @param cause
*
*/
public EmfNotationException(Throwable cause) {
super(cause); // TODO Auto-generated constructor stub
}
}