blob: 9745ad711f2e080832ee74907cf660657d3bf1ce [file] [log] [blame]
/*******************************************************************************
* Copyright (C) 2018 Fondazione Bruno Kessler.
* 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:
* Alberto Debiasi - initial API and implementation
******************************************************************************/
package org.polarsys.chess.service.core.exceptions;
public class NoDiagramStatusException extends Exception {
private static final long serialVersionUID = 2851754756173385325L;
}