view src/org/qmul/eecs/c4dm/sia/exceptions/DimensionException.java @ 0:08675ab08e7f

New
author Steven Hargreaves <steve.harg@gmail.com>
date Sat, 29 Dec 2012 17:41:06 +0000
parents
children
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.exceptions;

public class DimensionException extends Exception {
	
	public DimensionException(String description) {
		// TODO Auto-generated constructor stub
		super(description);
	}

	/**
	 * 
	 */
	private static final long serialVersionUID = -3820412804966910012L;

}