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:
Serializable
,ExceptionContextProvider
This class represents exceptions thrown while building rotations
from matrices.
- Since:
- 1.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotARotationMatrixException
(Localizable specifier, Object... parts) Simple constructor. -
Method Summary
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException
getContext, getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotARotationMatrixException
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
-