Class NotARotationMatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.commons.math3.exception.MathIllegalArgumentException
-
- org.apache.commons.math3.geometry.euclidean.threed.NotARotationMatrixException
-
- All Implemented Interfaces:
java.io.Serializable
,ExceptionContextProvider
public class NotARotationMatrixException extends MathIllegalArgumentException
This class represents exceptions thrown while building rotations from matrices.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotARotationMatrixException(Localizable specifier, java.lang.Object... parts)
Simple constructor.
-
Method Summary
-
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException
getContext, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
NotARotationMatrixException
public NotARotationMatrixException(Localizable 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)- Since:
- 2.2
-
-