org.geotools.cs
Class NoSuchAuthorityCodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opengis.referencing.FactoryException
              extended byorg.opengis.referencing.NoSuchIdentifierException
                  extended byorg.geotools.cs.NoSuchAuthorityCodeException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by NoSuchAuthorityCodeException in the org.opengis.referencing package.

public class NoSuchAuthorityCodeException
extends org.opengis.referencing.NoSuchIdentifierException

Thrown when a CoordinateSystemAuthorityFactory can't find a requested authority code.

Version:
$Id: NoSuchAuthorityCodeException.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
CoordinateSystemAuthorityFactory.createCoordinateSystem(java.lang.String), Serialized Form

Constructor Summary
NoSuchAuthorityCodeException()
          Deprecated. Constructs an exception with no message.
NoSuchAuthorityCodeException(java.lang.String message)
          Deprecated. Constructs an exception with the specified detail message.
 
Methods inherited from class org.opengis.referencing.NoSuchIdentifierException
getIdentifierCode
 
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

NoSuchAuthorityCodeException

public NoSuchAuthorityCodeException()
Deprecated. 
Constructs an exception with no message.


NoSuchAuthorityCodeException

public NoSuchAuthorityCodeException(java.lang.String message)
Deprecated. 
Constructs an exception with the specified detail message.



Copyright © GeoTools. All Rights Reserved.