de.dfki.lt.hog.exceptions
Class NoSuchModuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfki.lt.hog.exceptions.ProcessingException
              extended by de.dfki.lt.hog.exceptions.NoSuchModuleException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchModuleException
extends ProcessingException

NoSuchModuleException is thrown when a module can't be found in the Registry.

See Also:
Serialized Form

Constructor Summary
NoSuchModuleException()
          This creates a new instance of NoSuchModuleException.
NoSuchModuleException(java.lang.String aMessage)
          This creates a new instance of NoSuchModuleException with an error message aMessage
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NoSuchModuleException

public NoSuchModuleException()
This creates a new instance of NoSuchModuleException.


NoSuchModuleException

public NoSuchModuleException(java.lang.String aMessage)
This creates a new instance of NoSuchModuleException with an error message aMessage

Parameters:
aMessage - a String with the error message