Uses of Class com.drew.metadata.MetadataException

Uses in package com.drew.metadata.exif

Classes derived from com.drew.metadata.MetadataException

class
The exception type raised during reading of Exif data in the instance of unexpected data conditions.

Methods which throw type com.drew.metadata.MetadataException

DataFormat
DataFormat.fromValue(int value)
String
String
String
String
String
String
String
Rational
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
Returns a descriptive value of the the specified tag for this image.
String
Returns a descriptive value of the the specified tag for this image.
String
Returns a descriptive value of the the specified tag for this image.
String
Returns a descriptive value of the the specified tag for this image.
String
String
String
String
Returns a descriptive value of the the specified tag for this image.
String
Returns a descriptive value of the the specified tag for this image.
String
Returns a descriptive value of the the specified tag for this image.
String
Returns a descriptive value of the the specified tag for this image.
String
Returns a descriptive value of the the specified tag for this image.
String
String
Returns a descriptive value of the the specified tag for this image.
String
Returns a descriptive value of the the specified tag for this image.
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
byte[]
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
void
ExifDirectory.writeThumbnail(String filename)

Uses in package com.drew.metadata.jpeg

Methods which throw type com.drew.metadata.MetadataException

String
String
String
int
int
int

Uses in package com.drew.metadata

Methods which throw type com.drew.metadata.MetadataException

boolean
Directory.getBoolean(int tagType)
Returns the specified tag's value as a boolean, if possible.
byte[]
Directory.getByteArray(int tagType)
Gets the specified tag's value as an byte array, if possible.
java.util.Date
Directory.getDate(int tagType)
Returns the specified tag's value as a java.util.Date, if possible.
String
Get a description of the tag's value, considering enumerated values and units.
String
Provides a description of a tag's value using the descriptor set by setDescriptor(Descriptor).
String
Returns a descriptive value of the the specified tag for this image.
double
Directory.getDouble(int tagType)
Returns the specified tag's value as a double, if possible.
float
Directory.getFloat(int tagType)
Returns the specified tag's value as a float, if possible.
int
Directory.getInt(int tagType)
Returns the specified tag's value as an int, if possible.
int[]
Directory.getIntArray(int tagType)
Gets the specified tag's value as an int array, if possible.
long
Directory.getLong(int tagType)
Returns the specified tag's value as a long, if possible.
Rational
Directory.getRational(int tagType)
Returns the specified tag's value as a Rational, if possible.
Rational[]
String[]
Gets the specified tag's value as a String array, if possible.

Uses in package com.drew.metadata.iptc

Classes derived from com.drew.metadata.MetadataException

class
The exception type raised during reading of Iptc data in the instance of unexpected data conditions.

Uses in package com.drew.imaging.jpeg

Methods which throw type com.drew.metadata.MetadataException

void
JpegMetadataReader.main(String[] args)

Copyright © 2006 Drew Noakes. All Rights Reserved.