Serializablepublic class LWJGLException extends Exception
This exception is supplied to make exception handling more generic for LWJGL specific exceptions
| Constructor | Description |
|---|---|
LWJGLException() |
Plain c'tor
|
LWJGLException(String msg) |
Creates a new LWJGLException
|
LWJGLException(String message,
Throwable cause) |
|
LWJGLException(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LWJGLException()
public LWJGLException(String msg)
msg - String identifier for exceptionpublic LWJGLException(String message, Throwable cause)
message - cause - public LWJGLException(Throwable cause)
cause - Copyright © 2002-2009 lwjgl.org. All Rights Reserved.