org.geotools.factory
Class FactoryNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.geotools.factory.FactoryRegistryException
                  extended byorg.geotools.factory.FactoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FactoryNotFoundException
extends FactoryRegistryException

Thrown when a factory can't be found in the registery.

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

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

FactoryNotFoundException

public FactoryNotFoundException(java.lang.String message)
Creates a new exception with the specified detail message.


FactoryNotFoundException

public FactoryNotFoundException(java.lang.String message,
                                java.lang.Throwable cause)
Creates a new exception with the specified detail message and cause.



Copyright © GeoTools. All Rights Reserved.