Package net.algart.math.geometry
Class CollinearityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.algart.math.geometry.CollinearityException
- All Implemented Interfaces:
Serializable
Thrown when two collinear (or almost collinear) vectors or segments are detected,
but it is not permitted for the given situation.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an instance of this class.CollinearityException
(String message) Constructs an instance of this class with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CollinearityException
public CollinearityException()Constructs an instance of this class. -
CollinearityException
Constructs an instance of this class with the specified detail message.- Parameters:
message
- the detail message.
-