Page Summary
-
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.Throwableandjava.lang.Objectclasses.
public class
ImageInsufficientQualityException
An image with insufficient quality (e.g., too few features) was attempted to be added to the image database.
Public Constructors
|
|
|
ImageInsufficientQualityException(String message)
|
Inherited Methods
Public Constructors
public ImageInsufficientQualityException ()
ImageInsufficientQualityException
public ImageInsufficientQualityException()
public ImageInsufficientQualityException (String message)
ImageInsufficientQualityException
public ImageInsufficientQualityException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||