Package org.lwjgl

Class 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$ $Id$
Author:
Brian Matzon invalid input: '<'brian@matzon.dk>
See Also:
  • Constructor Details

    • 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 -