org.geotools.coverage.processing
Class CoverageProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.geotools.coverage.processing.CoverageProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotCropException, CannotReprojectException, CannotScaleException

public class CoverageProcessingException
extends java.lang.RuntimeException

Throws when a coverage operation failed.

Since:
2.3
Version:
$Id: CoverageProcessingException.java 30643 2008-06-12 18:27:03Z acuster $
Author:
Martin Desruisseaux
See Also:
Serialized Form

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

Constructor Detail

CoverageProcessingException

public CoverageProcessingException()
Creates a new exception without detail message.


CoverageProcessingException

public CoverageProcessingException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

CoverageProcessingException

public CoverageProcessingException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - The cause of this exception.

CoverageProcessingException

public CoverageProcessingException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message.
cause - The cause of this exception.


Copyright © 1996-2010 Geotools. All Rights Reserved.