public class NotARotationMatrixException extends MathIllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version identifier
|
Constructor and Description |
---|
NotARotationMatrixException(Localizable specifier,
java.lang.Object... parts)
Simple constructor.
|
getContext, getLocalizedMessage, getMessage
private static final long serialVersionUID
public NotARotationMatrixException(Localizable specifier, java.lang.Object... parts)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)