Class CardanEulerSingularityException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class CardanEulerSingularityException extends MathIllegalStateException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
This class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation.
See Also:
  • Constructor Details

    • CardanEulerSingularityException

      public CardanEulerSingularityException(boolean isCardan)
      Deprecated.
      Simple constructor. build an exception with a default message.
      Parameters:
      isCardan - if true, the rotation is related to Cardan angles, if false it is related to EulerAngles