Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.