Page Summary
-
MetadataNotFoundException is thrown when a camera image metadata tag is not found.
-
This exception has two public constructors, one with no arguments and one that accepts a String message.
-
It inherits methods from
java.lang.Throwableandjava.lang.Object.
public class
MetadataNotFoundException
Thrown when camera image metadata tag is not found.
Public Constructors
|
|
|
MetadataNotFoundException(String message)
|
Inherited Methods
Public Constructors
public MetadataNotFoundException ()
MetadataNotFoundException
public MetadataNotFoundException()
public MetadataNotFoundException (String message)
MetadataNotFoundException
public MetadataNotFoundException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||