java.io.Serializable
public class NotAnOrientation2DException
extends java.lang.RuntimeException
RuntimeException
dedicated to operations with orientations in the XY-plane. It is thrown
when an orientation refers to a complete 3D operation making impossible the operation with a 2D
object restricted to the xy-plane.Constructor | Description |
---|---|
NotAnOrientation2DException() |
Constructs an
NotOrientation2DException with no detail message. |
NotAnOrientation2DException(java.lang.String message) |
Constructs an
NotOrientation2DException with the specified detail message. |
NotAnOrientation2DException(Orientation3DReadOnly orientation3DReadOnly) |
Constructs an
NotOrientation2DException with a default detail message outputting the
given matrix coefficients. |
public NotAnOrientation2DException()
NotOrientation2DException
with no detail message.public NotAnOrientation2DException(java.lang.String message)
NotOrientation2DException
with the specified detail message.message
- the detail message.public NotAnOrientation2DException(Orientation3DReadOnly orientation3DReadOnly)
NotOrientation2DException
with a default detail message outputting the
given matrix coefficients.orientation3DReadOnly
- the orientation to be displayed in the detail message. Not
modified.