Skip to content

ShellBuildException

dellch edited this page Jul 20, 2018 · 3 revisions
package edu.ufl.flmnh;

public class ShellBuildException extends RuntimeException {
	private static final long serialVersionUID = 5632866223339081459L;

	public ShellBuildException(String s) {
		super(s);
	}
} 
Clone this wiki locally