de.dfki.lt.sdl
Class ModuleClearError

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

public final class ModuleClearError
extends SdlError

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

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

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

ModuleClearError

public ModuleClearError()
the nullary creator


ModuleClearError

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

Parameters:
errorMessage - the error message