public class LWJGLException extends Exception
This exception is supplied to make exception handling more generic for LWJGL specific exceptions
Constructor and Description |
---|
LWJGLException()
Plain c'tor
|
LWJGLException(String msg)
Creates a new LWJGLException
|
LWJGLException(String message,
Throwable cause) |
LWJGLException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.