MetadataNotFoundException

  • MetadataNotFoundException signals that a camera image metadata tag is missing.

  • This exception provides two constructors: one default and another accepting a custom error message.

  • It inherits methods for stack trace management, error message retrieval, and other standard exception functionalities from its parent classes.

public class MetadataNotFoundException

Thrown when camera image metadata tag is not found.

Public Constructors

Inherited Methods

Public Constructors

MetadataNotFoundException

public MetadataNotFoundException()

MetadataNotFoundException

public MetadataNotFoundException(
  String message
)

Details
Parameters
message