CommandLineException.java

package edu.udel.cis.vsl.tass.ui;

public class CommandLineException extends Exception {

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

	public CommandLineException(String msg) {
		super(msg);
	}

}