Show ThinkcapInvalidIndexException.java syntax highlighted
package org.integratedmodelling.thinkcap.portal.exceptions;
import org.integratedmodelling.thinkcap.exceptions.ThinkcapException;
public class ThinkcapInvalidIndexException extends ThinkcapException {
private static final long serialVersionUID = 4487047357917060511L;
public ThinkcapInvalidIndexException() {
// TODO Auto-generated constructor stub
}
public ThinkcapInvalidIndexException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public ThinkcapInvalidIndexException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
}
See more files for this project here