de.dfki.lt.hog.exceptions
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfki.lt.hog.exceptions.InitializationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchPropertyException

public class InitializationException
extends java.lang.Exception

InitializationException is thrown when a module can't be initialized.

See Also:
Serialized Form

Constructor Summary
InitializationException()
          This creates a new instance of InitializationException.
InitializationException(java.lang.String aMessage)
          This creates a new instance of InitializationException 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

InitializationException

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


InitializationException

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

Parameters:
aMessage - a String with the error message