org.geotoolkit.coverage.io
Class CoverageStoreException

Object
  extended by Throwable
      extended by Exception
          extended by DataStoreException
              extended by CoverageStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatabaseVetoException, DisjointCoverageDomainException

public class CoverageStoreException
extends DataStoreException

Thrown when a GridCoverageReader or GridCoverageWriter operation failed.

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

Constructor Summary
CoverageStoreException()
          Creates an exception with no cause and no details message.
CoverageStoreException(String message)
          Creates an exception with the specified details message.
CoverageStoreException(String message, Throwable cause)
          Creates an exception with the specified details message and cause.
CoverageStoreException(Throwable cause)
          Creates an exception with the specified cause and no details message.
 
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

CoverageStoreException

public CoverageStoreException()
Creates an exception with no cause and no details message.


CoverageStoreException

public CoverageStoreException(String message)
Creates an exception with the specified details message.

Parameters:
message - The detail message.

CoverageStoreException

public CoverageStoreException(Throwable cause)
Creates an exception with the specified cause and no details message.

Parameters:
cause - The cause for this exception.

CoverageStoreException

public CoverageStoreException(String message,
                              Throwable cause)
Creates an exception with the specified details message and cause.

Parameters:
message - The detail message.
cause - The cause for this exception.


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