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
    See Also:
    Serialized Form
    • Constructor Detail

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