Shapes 3D  3.0
 All Classes Functions Variables Pages
shapes3d.org.apache.commons.math.geometry.CardanEulerSingularityException Class Reference
Inheritance diagram for shapes3d.org.apache.commons.math.geometry.CardanEulerSingularityException:

Public Member Functions

 CardanEulerSingularityException (final boolean isCardan)
 
- Public Member Functions inherited from shapes3d.org.apache.commons.math.MathException
 MathException ()
 
 MathException (final String msg)
 
 MathException (final String pattern, final Object[] arguments)
 
 MathException (final Throwable rootCause)
 
 MathException (final String msg, final Throwable rootCause)
 
 MathException (final String pattern, final Object[] arguments, final Throwable rootCause)
 
String getPattern ()
 
Object[] getArguments ()
 
String getMessage (final Locale locale)
 
Throwable getCause ()
 
void printStackTrace ()
 
void printStackTrace (final PrintStream out)
 
void printStackTrace (final PrintWriter out)
 

Detailed Description

This class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation.

Version
Revision:
620312

$Date: 2008-02-10 12:28:59 -0700 (Sun, 10 Feb 2008) $

Since
1.2

Constructor & Destructor Documentation

shapes3d.org.apache.commons.math.geometry.CardanEulerSingularityException.CardanEulerSingularityException ( final boolean  isCardan)

Simple constructor. build an exception with a default message.

Parameters
isCardanif true, the rotation is related to Cardan angles, if false it is related to EulerAngles

The documentation for this class was generated from the following file: