de.dfki.lt.sdl
Class ModuleInitError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by de.dfki.lt.sdl.SdlError
              extended by de.dfki.lt.sdl.ModuleInitError
All Implemented Interfaces:
java.io.Serializable

public final class ModuleInitError
extends SdlError

instances of this class might be thrown during the initialization phase of a module, caused by the calling init()

Since:
JDK 1.3
See Also:
IModule, Modules, SdlError, Serialized Form

Constructor Summary
ModuleInitError()
          the nullary creator
ModuleInitError(java.lang.String errorMessage)
          the unary creator
 
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

ModuleInitError

public ModuleInitError()
the nullary creator


ModuleInitError

public ModuleInitError(java.lang.String errorMessage)
the unary creator

Parameters:
errorMessage - the error message