blob: 490b9e3299167a8f16526d1c39111016ddbae8be [file] [log] [blame]
/*******************************************************************************
* Copyright 2005, CHISEL Group, University of Victoria, Victoria, BC, Canada.
* 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: The Chisel Group, University of Victoria
*******************************************************************************/
package org.eclipse.zest.layouts;
/**
*
* @author Ian Bull
*
*/
public class InvalidLayoutConfiguration extends Exception {
static final long serialVersionUID = 0;
}