public class NotARotationMatrixException extends MathException
| Constructor and Description |
|---|
NotARotationMatrixException(Localizable specifier,
Object... parts)
Simple constructor.
|
NotARotationMatrixException(String specifier,
Object... parts)
Deprecated.
as of 2.2 replaced by
NotARotationMatrixException(Localizable, Object...) |
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString@Deprecated public NotARotationMatrixException(String specifier, Object... parts)
NotARotationMatrixException(Localizable, Object...)specifier - format specifier (to be translated)parts - to insert in the format (no translation)public NotARotationMatrixException(Localizable specifier, Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)Copyright © 2003–2015. All rights reserved.