Class NativeWindowException

All Implemented Interfaces:
Serializable

public class NativeWindowException extends RuntimeException
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeException.
See Also:
  • Constructor Details

    • NativeWindowException

      public NativeWindowException()
      Constructs a NativeWindowException object.
    • NativeWindowException

      public NativeWindowException(String message)
      Constructs a NativeWindowException object with the specified detail message.
    • NativeWindowException

      public NativeWindowException(String message, Throwable cause)
      Constructs a NativeWindowException object with the specified detail message and root cause.
    • NativeWindowException

      public NativeWindowException(Throwable cause)
      Constructs a NativeWindowException object with the specified root cause.