org.spaceroots.mantissa.geometry
Class CardanEulerSingularityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spaceroots.mantissa.MantissaException
org.spaceroots.mantissa.geometry.CardanEulerSingularityException
- All Implemented Interfaces:
- Serializable
- public class CardanEulerSingularityException
- extends MantissaException
This class represents exceptions thrown while extractiong Cardan
or Euler angles from a rotation.
- Version:
- $Id: CardanEulerSingularityException.java 1686 2005-12-16 12:59:51Z luc $
- Author:
- L. Maisonobe
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CardanEulerSingularityException
public CardanEulerSingularityException(boolean isCardan)
- 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
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.