Class GLException

All Implemented Interfaces:
Serializable

public class GLException extends PineException
An OpenGL error.
See Also:
  • Constructor Details

    • GLException

      public GLException()
    • GLException

      public GLException(int error)
      Parameters:
      error - An OpenGL error code
    • GLException

      public GLException(String message)