Package org.geotools.util.factory
Class FactoryNotFoundException
Object
Throwable
Exception
RuntimeException
FactoryRegistryException
FactoryNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a factory can't be found in the registery.
- Since:
- 2.1
- Author:
- Martin Desruisseaux
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFactoryNotFoundException
(String message) Creates a new exception with the specified detail message.FactoryNotFoundException
(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 Details
-
FactoryNotFoundException
Creates a new exception with the specified detail message. -
FactoryNotFoundException
Creates a new exception with the specified detail message and cause.
-