org.geotools.coverage.processing
Class CannotScaleException

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
                  extended by org.geotools.coverage.processing.CannotScaleException
All Implemented Interfaces:
java.io.Serializable

public class CannotScaleException
extends CoverageProcessingException

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

Since:
2.3
Version:
$Id: CannotScaleException.java 30643 2008-06-12 18:27:03Z acuster $
Author:
Simone Giannecchini
See Also:
Serialized Form

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

CannotScaleException

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


CannotScaleException

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

Parameters:
message - the detail message.

CannotScaleException

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

Parameters:
cause - The cause of this exception.

CannotScaleException

public CannotScaleException(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.