org.geotools.factory
Class FactoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.geotools.factory.FactoryRegistryException
                  extended by org.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.

Since:
2.1
Version:
$Id: FactoryNotFoundException.java 30640 2008-06-12 17:34:32Z acuster $
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.
 
Method Summary
 
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 © 1996-2010 Geotools. All Rights Reserved.