Class NotARotationMatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hipparchus.exception.MathRuntimeException
-
- org.hipparchus.exception.MathIllegalArgumentException
-
- org.hipparchus.migration.geometry.euclidean.threed.NotARotationMatrixException
-
- All Implemented Interfaces:
Serializable
,LocalizedException
@Deprecated public class NotARotationMatrixException extends MathIllegalArgumentException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
This class represents exceptions thrown while building rotations from matrices.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotARotationMatrixException(Localizable specifier, Object... parts)
Deprecated.Simple constructor.
-
Method Summary
-
Methods inherited from class org.hipparchus.exception.MathRuntimeException
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotARotationMatrixException
public NotARotationMatrixException(Localizable specifier, Object... parts)
Deprecated.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
-
-