Show NoSuchVersionException.java syntax highlighted
// Copyright (C) 2003,2004,2005 by Object Mentor, Inc. All rights reserved.
// Released under the terms of the GNU General Public License version 2 or later.
package ca.ucalgary.cpsc.ebe.fitClipse.render.wiki;
public class NoSuchVersionException extends Exception
{
public NoSuchVersionException(String message)
{
super(message);
}
}
See more files for this project here