org.geotoolkit.factory
Class FactoryNotFoundException
Object
Throwable
Exception
RuntimeException
FactoryRegistryException
FactoryNotFoundException
- All Implemented Interfaces:
- Serializable
public class FactoryNotFoundException
- extends FactoryRegistryException
Thrown when a factory can't be found in the registry.
- Since:
- 2.1
- Version:
- 3.00
- Author:
- Martin Desruisseaux (IRD)
- See Also:
- Serialized Form
- Module:
| Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FactoryNotFoundException
public FactoryNotFoundException(String message)
- Creates a new exception with the specified detail message.
- Parameters:
message - The details message, or null.
FactoryNotFoundException
public FactoryNotFoundException(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-2012 Geotoolkit.org. All Rights Reserved.