Class InvalidSourceAndDestinationFrameTypeException

All Implemented Interfaces:
Serializable

public class InvalidSourceAndDestinationFrameTypeException extends FrameException
Exception raised if provided source and destination frame types of a coordinate transformation matrix is not valid for a given frame.
See Also:
  • Constructor Details

    • InvalidSourceAndDestinationFrameTypeException

      public InvalidSourceAndDestinationFrameTypeException()
      Constructor.
    • InvalidSourceAndDestinationFrameTypeException

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

      public InvalidSourceAndDestinationFrameTypeException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message indicating the cause of the exception.
      cause - instance containing the cause of the exception.
    • InvalidSourceAndDestinationFrameTypeException

      public InvalidSourceAndDestinationFrameTypeException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.