eu.mihosoft.vrl.v3d.ext.quickhull3d.InternalErrorException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JavaCad Show documentation
Show all versions of JavaCad Show documentation
A Java based CSG Cad library
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);
}
}