public class NotARotationMatrixException extends MathException
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.
|
NotARotationMatrixException(java.lang.String specifier,
java.lang.Object... parts)
Deprecated.
as of 2.2 replaced by
NotARotationMatrixException(Localizable, Object...) |
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
private static final long serialVersionUID
@Deprecated public NotARotationMatrixException(java.lang.String specifier, java.lang.Object... parts)
NotARotationMatrixException(Localizable, Object...)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public NotARotationMatrixException(Localizable specifier, java.lang.Object... parts)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)Copyright (c) 2003-2016 Apache Software Foundation