java.lang.Object
java.lang.Throwable
java.lang.Exception
simpa.core.api.exceptions.OutOfApertureException
- All Implemented Interfaces:
Serializable
Exception to be returned when a given point is outside
the region (aperture).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutOfApertureException
(org.apache.commons.math3.geometry.euclidean.threed.Vector3D p) Constructs an OutOfApertureException with the correct message using the point that is out of aperture. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.math3.geometry.euclidean.threed.Vector3D
getPoint()
Gets the point that is out of aperture.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfApertureException
public OutOfApertureException(org.apache.commons.math3.geometry.euclidean.threed.Vector3D p) Constructs an OutOfApertureException with the correct message using the point that is out of aperture.- Parameters:
p
- the point that is out of aperture.
-
-
Method Details
-
getPoint
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getPoint()Gets the point that is out of aperture.- Returns:
- the point that is out of aperture.
-