view src/org/qmul/eecs/c4dm/sia/exceptions/DimensionException.java @ 26:2681a72cc8c9

use the new "Namespaces" class when creating Strings *_URI
author stevenh
date Tue, 08 Jan 2013 18:42:14 +0000
parents 08675ab08e7f
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;

}