sdljava
Class SDLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sdljava.SDLException
All Implemented Interfaces:
java.io.Serializable

public class SDLException
extends java.lang.Exception

Thrown when an exception occurs during and SDL operation

Version:
$Id: SDLException.java,v 1.4 2004/12/29 19:11:52 ivan_ganza Exp $
See Also:
Serialized Form

Constructor Summary
SDLException(java.lang.Exception e)
           
SDLException(java.lang.String str)
           
 
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

SDLException

public SDLException(java.lang.Exception e)

SDLException

public SDLException(java.lang.String str)