|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.geometry.NotARotationMatrixException
public class NotARotationMatrixException
This class represents exceptions thrown while building rotations from matrices.
| Constructor Summary | |
|---|---|
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...) |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.MathException |
|---|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||