Code Search for Developers
 
 
  

ThinkcapWidgetException.java from ThinkCap Collaborative Knowledge Portal at Krugle


Show ThinkcapWidgetException.java syntax highlighted

package org.integratedmodelling.thinkcap.exceptions;


public class ThinkcapWidgetException extends ThinkcapException {

	public ThinkcapWidgetException() {
		super();
		// TODO Auto-generated constructor stub
	}

	public ThinkcapWidgetException(String arg0) {
		super(arg0);
		// TODO Auto-generated constructor stub
	}

	public ThinkcapWidgetException(Throwable arg0) {
		super(arg0);
		// TODO Auto-generated constructor stub
	}

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

}




See more files for this project here

ThinkCap Collaborative Knowledge Portal

A portal to explore and edit the knowledge contained in a set of ontologies in intuitive ways. Presents a Dictionary view (a Google-like interface), a Thesaurus view (a graphical display with simplified relationships) and a full graphical Concept view.

Project homepage: http://sourceforge.net/projects/thinkcap
Programming language(s): Java,JavaScript,XML
License: other

  ThinkcapException.java
  ThinkcapWidgetException.java