| |
|
| org.geotools.referencing.factory.FactoryNotFoundException
FactoryNotFoundException | public class FactoryNotFoundException extends FactoryException (Code) | | Thrown when a requested factory has not been found. This exception may be thrown by
DeferredAuthorityFactory.createBackingStore .
since: 2.3 version: $Id: FactoryNotFoundException.java 20874 2006-08-07 10:00:01Z jgarnett $ author: Martin Desruisseaux |
FactoryNotFoundException | public FactoryNotFoundException()(Code) | | Construct an exception with no detail message.
|
FactoryNotFoundException | public FactoryNotFoundException(String message)(Code) | | Construct an exception with the specified detail message.
Parameters: message - The detail message. The detail message is savedfor later retrieval by the FactoryNotFoundException.getMessage() method. |
FactoryNotFoundException | public FactoryNotFoundException(Exception cause)(Code) | | Construct an exception with the specified cause. The detail message
is copied from the cause
.
Parameters: cause - The cause for this exception. The cause is savedfor later retrieval by the FactoryNotFoundException.getCause() method. |
|
|
|