Class CameraException

All Implemented Interfaces:
Serializable

public class CameraException extends GeometryException
Raised when an error occurs while using a camera.
See Also:
  • Constructor Details

    • CameraException

      public CameraException()
      Constructor.
    • CameraException

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

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

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