Class GeometryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.geometry.GeometryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CameraException, CoincidentLinesException, CoincidentPlanesException, CoincidentPointsException, ColinearPointsException, ConicNotAvailableException, CoplanarPointsException, DualConicNotAvailableException, DualQuadricNotAvailableException, GeometryEstimatorException, InvalidPinholeCameraIntrinsicParametersException, InvalidRotationMatrixException, NoIntersectionException, NonSymmetricMatrixException, NotAvailableException, NotEnoughVerticesException, NotLocusException, NotSupportedException, ParallelPlanesException, ParallelVectorsException, QuadricNotAvailableException, RefinerException, RotationException, TriangulatorException, UndefinedPointException

public class GeometryException extends Exception
Base exception for all exceptions in the com.irurueta.geometry package.
See Also:
  • Constructor Details

    • GeometryException

      public GeometryException()
      Constructor.
    • GeometryException

      public GeometryException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • GeometryException

      public GeometryException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • GeometryException

      public GeometryException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.