package org.lwjgl; public class LWJGLException extends Exception { public LWJGLException(String msg) { super(msg); } }