
eu.mihosoft.vrl.v3d.ext.quickhull3d.InternalErrorException Maven / Gradle / Ivy
package eu.mihosoft.vrl.v3d.ext.quickhull3d;
/**
* Exception thrown when QuickHull3D encounters an internal error.
*/
class InternalErrorException extends RuntimeException
{
public InternalErrorException (String msg)
{ super (msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy