Class InvalidPlaneAtInfinityException

All Implemented Interfaces:
Serializable

public class InvalidPlaneAtInfinityException extends CalibrationException
Exception produced when plane at infinity cannot be determined.
See Also:
  • Constructor Details

    • InvalidPlaneAtInfinityException

      public InvalidPlaneAtInfinityException()
      Constructor.
    • InvalidPlaneAtInfinityException

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

      public InvalidPlaneAtInfinityException(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.
    • InvalidPlaneAtInfinityException

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