Class RotationException

All Implemented Interfaces:
Serializable

public class RotationException extends GeometryException
Exception raised when doing operations on rotations.
See Also:
  • Constructor Details

    • RotationException

      public RotationException()
      Constructor.
    • RotationException

      public RotationException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • RotationException

      public RotationException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • RotationException

      public RotationException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.