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

eu.mihosoft.vrl.v3d.ext.quickhull3d.InternalErrorException Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package eu.mihosoft.vrl.v3d.ext.quickhull3d;

// TODO: Auto-generated Javadoc
/**
 * Exception thrown when QuickHull3D encounters an internal error.
 */
class InternalErrorException extends RuntimeException
{
	
	/**
	 * Instantiates a new internal error exception.
	 *
	 * @param msg the msg
	 */
	public InternalErrorException (String msg)
	 { super (msg);
	 }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy