org.geotools.ct
Class NoSuchClassificationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opengis.referencing.FactoryException
              extended byorg.geotools.ct.NoSuchClassificationException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by NoSuchIdentifierException.

public class NoSuchClassificationException
extends org.opengis.referencing.FactoryException

Thrown when a math transform was requested with an unknow classification name. The classification name is provided by Projection.getClassName(), but this exception may be thrown when the projection is given to MathTransformFactory.createParameterizedTransform(Projection).

Version:
$Id: NoSuchClassificationException.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
Projection.getClassName(), MathTransformFactory.getMathTransformProvider(String), MathTransformFactory.createParameterizedTransform(String,ParameterList), Serialized Form

Constructor Summary
NoSuchClassificationException(java.lang.String msg, java.lang.String classification)
          Deprecated. Constructs an exception with the specified detail message.
 
Method Summary
 java.lang.String getClassName()
          Deprecated. Returns the classification name.
 
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

NoSuchClassificationException

public NoSuchClassificationException(java.lang.String msg,
                                     java.lang.String classification)
Deprecated. 
Constructs an exception with the specified detail message.

Parameters:
msg - the detail message, or null to construct a default message from the classification name.
classification - The classification name.
Method Detail

getClassName

public java.lang.String getClassName()
Deprecated. 
Returns the classification name.



Copyright © GeoTools. All Rights Reserved.