peasy.org.apache.commons.math.geometry
Class NotARotationMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by peasy.org.apache.commons.math.MathException
              extended by peasy.org.apache.commons.math.geometry.NotARotationMatrixException
All Implemented Interfaces:
java.io.Serializable

public class NotARotationMatrixException
extends MathException

This class represents exceptions thrown while building rotations from matrices.

Since:
1.2
See Also:
Serialized Form

Constructor Summary
NotARotationMatrixException(java.lang.String specifier, java.lang.Object[] parts)
          Simple constructor.
 
Method Summary
 
Methods inherited from class peasy.org.apache.commons.math.MathException
getArguments, getCause, getMessage, getPattern, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotARotationMatrixException

public NotARotationMatrixException(java.lang.String specifier,
                                   java.lang.Object[] parts)
Simple constructor. Build an exception by translating and formating a message

Parameters:
specifier - format specifier (to be translated)
parts - to insert in the format (no translation)


processing library peasycam by Jonathan Feinberg. (c) 2011