Uses of Class
de.dfki.lt.sdl.SdlError

Packages that use SdlError
de.dfki.lt.sdl   
 

Uses of SdlError in de.dfki.lt.sdl
 

Subclasses of SdlError in de.dfki.lt.sdl
 class ModuleClearError
          instances of this class might be thrown during the clearing phase of a module, caused by the calling clear()
 class ModuleInitError
          instances of this class might be thrown during the initialization phase of a module, caused by the calling init()
 class ModuleRunError
          instances of this class might be thrown during the running/computation phase of a module, caused by the calling run()