ImageInsufficientQualityException

  • The ImageInsufficientQualityException is thrown when an image with insufficient quality is attempted to be added to the image database.

  • This exception class has two public constructors: one with no arguments and one that accepts a String message.

  • The exception inherits methods from the java.lang.Throwable and java.lang.Object classes.

public class ImageInsufficientQualityException

An image with insufficient quality (e.g., too few features) was attempted to be added to the image database.

Public Constructors

Inherited Methods

Public Constructors

ImageInsufficientQualityException

public ImageInsufficientQualityException()

ImageInsufficientQualityException

public ImageInsufficientQualityException(
  String message
)

Details
Parameters
message