de.dfki.lt.sdl
Class SdlError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by de.dfki.lt.sdl.SdlError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ModuleClearError, ModuleInitError, ModuleRunError

public abstract class SdlError
extends java.lang.Error

this abstract class serves as the abstract superclass for the three error classes possible in SDL

Since:
JDK 1.3
See Also:
ModuleClearError, ModuleInitError, ModuleRunError, IModule, Modules, Serialized Form

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

SdlError

public SdlError()
the nullary creator


SdlError

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

Parameters:
errorMessage - the error message