org.lwjgl
Class LWJGLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lwjgl.LWJGLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FMODException

public class LWJGLException
extends java.lang.Exception

This exception is supplied to make exception handling more generic for LWJGL specific exceptions

Version:
$Revision: 2301 $ $Id: LWJGLException.java 2301 2006-04-21 11:11:21Z cix_foo $
Author:
Brian Matzon
See Also:
Serialized Form

Constructor Summary
LWJGLException()
          Plain c'tor
LWJGLException(java.lang.String msg)
          Creates a new LWJGLException
LWJGLException(java.lang.String message, java.lang.Throwable cause)
           
LWJGLException(java.lang.Throwable cause)
           
 
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

LWJGLException

public LWJGLException()
Plain c'tor


LWJGLException

public LWJGLException(java.lang.String msg)
Creates a new LWJGLException

Parameters:
msg - String identifier for exception

LWJGLException

public LWJGLException(java.lang.String message,
                      java.lang.Throwable cause)
Parameters:
message -
cause -

LWJGLException

public LWJGLException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2002-2006 lwjgl.org. All Rights Reserved.