org.lwjgl
Class LWJGLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lwjgl.LWJGLException
- All Implemented Interfaces:
- Serializable
public class LWJGLException
- extends Exception
This exception is supplied to make exception handling more generic for LWJGL
specific exceptions
- Version:
- $Revision: 2983 $
$Id: LWJGLException.java 2983 2008-04-07 18:36:09Z matzon $
- Author:
- Brian Matzon
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LWJGLException
public LWJGLException()
- Plain c'tor
LWJGLException
public LWJGLException(String msg)
- Creates a new LWJGLException
- Parameters:
msg
- String identifier for exception
LWJGLException
public LWJGLException(String message,
Throwable cause)
- Parameters:
message
- cause
-
LWJGLException
public LWJGLException(Throwable cause)
- Parameters:
cause
-
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.