org.geotools.gp
Class OperationNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.geotools.gp.OperationNotFoundException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by OperationNotFoundException.

public class OperationNotFoundException
extends java.lang.IllegalArgumentException

Thrown by GridCoverageProcessor when an operation is queried but has not been found.

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

Constructor Summary
OperationNotFoundException()
          Deprecated. Construct an exception with no detail message.
OperationNotFoundException(java.lang.String message)
          Deprecated. Construct an exception with the specified detail message.
 
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

OperationNotFoundException

public OperationNotFoundException()
Deprecated. 
Construct an exception with no detail message.


OperationNotFoundException

public OperationNotFoundException(java.lang.String message)
Deprecated. 
Construct an exception with the specified detail message.



Copyright © GeoTools. All Rights Reserved.