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