Class RadialDistortionException

All Implemented Interfaces:
Serializable

public class RadialDistortionException extends DistortionException
Raised when an error occurs while using a RadialDistortion.
See Also:
  • Constructor Details

    • RadialDistortionException

      public RadialDistortionException()
      Constructor.
    • RadialDistortionException

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

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

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