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

Public Member Functions

 NotARotationMatrixException (final String specifier, final Object[] parts)
 
- 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 building rotations from matrices.

Version
Revision:
627994

$Date: 2008-02-15 03:16:05 -0700 (Fri, 15 Feb 2008) $

Since
1.2

Constructor & Destructor Documentation

shapes3d.org.apache.commons.math.geometry.NotARotationMatrixException.NotARotationMatrixException ( final String  specifier,
final Object[]  parts 
)

Simple constructor. Build an exception by translating and formating a message

Parameters
specifierformat specifier (to be translated)
partsto insert in the format (no translation)

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