Package net.anotheria.anodoc.service
Class NoFactoryForModuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anodoc.service.NoFactoryForModuleException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoFactoryForModuleException extends java.lang.ExceptionThrown when theIModuleServiceneeds to create a new module instance, but doesn't have the appropriate factory configured.- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoFactoryForModuleException(java.lang.String message)Constructor for NoFactoryForModuleException.
-