Class InvalidRotationMatrixException

All Implemented Interfaces:
Serializable

public class InvalidRotationMatrixException extends GeometryException
Exception raised if provided rotation matrix is not orthonormal.
See Also:
  • Constructor Details

    • InvalidRotationMatrixException

      public InvalidRotationMatrixException()
      Constructor.
    • InvalidRotationMatrixException

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

      public InvalidRotationMatrixException(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.
    • InvalidRotationMatrixException

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