org.geotools.coverage.processing
Class CannotCropException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by CoverageProcessingException
                  extended by CannotCropException
All Implemented Interfaces:
Serializable

public class CannotCropException
extends CoverageProcessingException

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

Since:
2.3
Author:
Simone Giannecchini
See Also:
Serialized Form
Module:

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

CannotCropException

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


CannotCropException

public CannotCropException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

CannotCropException

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

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


Copyright © 1996-2009 Geotools. All Rights Reserved.