de.dfki.lt.sdl
Class ModuleRunError

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.ModuleRunError
All Implemented Interfaces:
java.io.Serializable

public final class ModuleRunError
extends SdlError

instances of this class might be thrown during the running/computation phase of a module, caused by the calling run()

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

Constructor Summary
ModuleRunError()
          the nullary creator
ModuleRunError(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

ModuleRunError

public ModuleRunError()
the nullary creator


ModuleRunError

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

Parameters:
errorMessage - the error message