|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.geometry.euclidean.threed.NotARotationMatrixException
public class NotARotationMatrixException
This class represents exceptions thrown while building rotations from matrices.
Field Summary | |
---|---|
private static long |
serialVersionUID
Serializable version identifier |
Constructor Summary | |
---|---|
NotARotationMatrixException(Localizable specifier,
java.lang.Object... parts)
Simple constructor. |
Method Summary |
---|
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException |
---|
getContext, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
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 |