org.geotoolkit.factory
Class FactoryRegistryException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by FactoryRegistryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FactoryNotFoundException, RecursiveSearchException

public class FactoryRegistryException
extends RuntimeException

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

Since:
2.1
Version:
3.00
Author:
Martin Desruisseaux (IRD)
See Also:
Serialized Form
Module:
utility/geotk-utility (download)    View source code for this class

Constructor Summary
FactoryRegistryException(String message)
          Creates a new exception with the specified detail message.
FactoryRegistryException(String message, Throwable cause)
          Creates a new exception with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryRegistryException

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

Parameters:
message - The details message, or null.

FactoryRegistryException

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

Parameters:
message - The details message, or null.
cause - The cause, or null.


Copyright © 2009-2013 Geotoolkit.org. All Rights Reserved.