Package org.tinfour.common
Class InsufficientConstraintGeometryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.tinfour.common.InsufficientConstraintGeometryException
-
- All Implemented Interfaces:
Serializable
public class InsufficientConstraintGeometryException extends RuntimeException
Defines an exception to be thrown in cases where the set of constraints is insufficient to bootstrap a non-bootstrapped) instance of an Incremental TIN. This situation arises when no vertices have been previously added to the TIN or when the previously registered vertices were inadequate to bootstrap the tin. Typically, an incomplete geometry rises when all vertices lie exactly on or very close to a single line or single point. Because the vertices are insufficient to define a planar coordinate system, they are insufficient to construct a Delaunay triangulation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientConstraintGeometryException()Creates an exception with the default message string
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-