Class OpenGLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lwjglx.opengl.OpenGLException
All Implemented Interfaces:
java.io.Serializable

public class OpenGLException
extends java.lang.RuntimeException
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    OpenGLException()  
    OpenGLException​(int int1)  
    OpenGLException​(java.lang.String string)  
    OpenGLException​(java.lang.String string, java.lang.Throwable throwable)  
    OpenGLException​(java.lang.Throwable throwable)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OpenGLException

      public OpenGLException​(int int1)
    • OpenGLException

      public OpenGLException()
    • OpenGLException

      public OpenGLException​(java.lang.String string)
    • OpenGLException

      public OpenGLException​(java.lang.String string, java.lang.Throwable throwable)
    • OpenGLException

      public OpenGLException​(java.lang.Throwable throwable)