Module simpa.core

Class OutOfApertureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
simpa.core.api.exceptions.OutOfApertureException
All Implemented Interfaces:
Serializable

public class OutOfApertureException extends Exception
Exception to be returned when a given point is outside the region (aperture).
See Also:
  • 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.