org.geotools.coverage.processing
Class CannotReprojectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.geotools.coverage.processing.CannotReprojectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotReprojectException

public class CannotReprojectException
extends java.lang.RuntimeException

Throws when a "resample" operation has been requested but the specified grid coverage can't be reprojected.

Since:
2.1
Version:
$Id: CannotReprojectException.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
Serialized Form

Constructor Summary
CannotReprojectException()
          Creates a new exception without detail message.
CannotReprojectException(java.lang.String message)
          Constructs a new exception with the specified detail message.
CannotReprojectException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
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

CannotReprojectException

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


CannotReprojectException

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

Parameters:
message - the detail message.

CannotReprojectException

public CannotReprojectException(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 © GeoTools. All Rights Reserved.