org.geotools.factory
Class FactoryRegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.geotools.factory.FactoryRegistryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FactoryNotFoundException, RecursiveSearchException

public class FactoryRegistryException
extends java.lang.RuntimeException

Thrown when a factory can't be found or can't be instantiate.

Since:
2.1
Version:
$Id: FactoryRegistryException.java 30640 2008-06-12 17:34:32Z acuster $
Author:
Martin Desruisseaux
See Also:
Serialized Form

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

FactoryRegistryException

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


FactoryRegistryException

public FactoryRegistryException(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.