Class NoFactoryForModuleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoFactoryForModuleException
    extends java.lang.Exception
    Thrown when the IModuleService needs 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoFactoryForModuleException

        public NoFactoryForModuleException​(java.lang.String message)

        Constructor for NoFactoryForModuleException.

        Parameters:
        message - a String object.