All Downloads are FREE. Search and download functionalities are using the official Maven repository.

MDSplus.MdsException Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
package MDSplus;

public class MdsException extends Exception
{
	private static final long serialVersionUID = 1L;

	MdsException(java.lang.String msg)
	{
		super(msg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy