Class JogampRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GlueGenException, InterruptedRuntimeException

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

    • JogampRuntimeException

      public JogampRuntimeException()
      Constructs a JogampRuntimeException object.
    • JogampRuntimeException

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

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

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