org.geotools.factory
Class FactoryRegistryException

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

public class FactoryRegistryException
extends java.lang.RuntimeException

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

Version:
$Id: FactoryRegistryException.java 17672 2006-01-19 00:25:55Z desruisseaux $
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.
 
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 © GeoTools. All Rights Reserved.