org.geotoolkit.image.io
Class ImageMetadataException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by IIOException
                  extended by ImageMetadataException
All Implemented Interfaces:
Serializable

public class ImageMetadataException
extends IIOException

Thrown if an error occurred while reading or writing the image metadata.

Since:
3.08
Version:
3.13
Author:
Martin Desruisseaux (Geomatys)
See Also:
Serialized Form
Module:
coverage/geotk-coverageio (download)    View source code for this class

Constructor Summary
ImageMetadataException(String message)
          Constructs a new exception with the specified detail message.
ImageMetadataException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ImageMetadataException(Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageMetadataException

public ImageMetadataException(String message)
Constructs a new exception with the specified detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

Parameters:
message - The details message.

ImageMetadataException

public ImageMetadataException(Throwable cause)
Constructs a new exception with the specified cause. The cause is saved for later retrieval by the Throwable.getCause() method.

Parameters:
cause - The cause.
Since:
3.13

ImageMetadataException

public ImageMetadataException(String message,
                              Throwable cause)
Constructs a new exception with the specified detail message and cause. The cause is saved for later retrieval by the Throwable.getCause() method.

Parameters:
message - The details message.
cause - The cause.


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.