Package org.geotools.util.factory
Class FactoryRegistryException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- 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
- Author:
- Martin Desruisseaux
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FactoryRegistryException
public FactoryRegistryException(String message)
Creates a new exception with the specified detail message.
-
-