org.geotools.coverage.processing
Class CannotScaleException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by CoverageProcessingException
                  extended by CannotScaleException
All Implemented Interfaces:
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
Author:
Simone Giannecchini
See Also:
Serialized Form
Module:

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

CannotScaleException

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


CannotScaleException

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

Parameters:
message - the detail message.

CannotScaleException

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

Parameters:
cause - The cause of this exception.

CannotScaleException

public CannotScaleException(String message,
                            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-2009 Geotools. All Rights Reserved.