Package org.lwjgl
Class LWJGLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lwjgl.LWJGLException
- All Implemented Interfaces:
Serializable
This exception is supplied to make exception handling more generic for LWJGL specific exceptions
- Version:
- $Revision$ $Id$
- Author:
- Brian Matzon invalid input: '<'brian@matzon.dk>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlain c'torLWJGLException
(String msg) Creates a new LWJGLExceptionLWJGLException
(String message, Throwable cause) LWJGLException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LWJGLException
public LWJGLException()Plain c'tor -
LWJGLException
Creates a new LWJGLException- Parameters:
msg
- String identifier for exception
-
LWJGLException
- Parameters:
message
-cause
-
-
LWJGLException
- Parameters:
cause
-
-