Class DistortionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RadialDistortionException

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

    • DistortionException

      public DistortionException()
      Constructor.
    • DistortionException

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

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

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