org.apache.commons.math3.geometry.euclidean.threed
Class NotARotationMatrixException
java.lang.Object
java.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
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class NotARotationMatrixException
- extends MathIllegalArgumentException
This class represents exceptions thrown while building rotations
from matrices.
- Since:
- 1.2
- Version:
- $Id: NotARotationMatrixException.java 1244107 2012-02-14 16:17:55Z erans $
- See Also:
- Serialized Form
Field Summary |
private static long |
serialVersionUID
Serializable version identifier |
serialVersionUID
private static final long serialVersionUID
- Serializable version identifier
- See Also:
- Constant Field Values
NotARotationMatrixException
public NotARotationMatrixException(Localizable specifier,
Object... parts)
- Simple constructor.
Build an exception by translating and formating a message
- Parameters:
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)- Since:
- 2.2
Copyright (c) 2003-2013 Apache Software Foundation