org.geotools.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 registery.
- Since:
- 2.1
- Author:
- Martin Desruisseaux
- See Also:
- Serialized Form
- Module:
modules/library/metadata (gt-metadata.jar)
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.
FactoryNotFoundException
public FactoryNotFoundException(String message,
Throwable cause)
- Creates a new exception with the specified detail message and cause.
Copyright © 1996-2010 Geotools. All Rights Reserved.