Class GlueGenException

All Implemented Interfaces:
Serializable

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

    • GlueGenException

      public GlueGenException()
      Constructs a GlueGenException object.
    • GlueGenException

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

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

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

      public GlueGenException(String message, ASTLocusTag locusTag)
      Constructs a GlueGenException object with the specified detail message and root cause.
    • GlueGenException

      public GlueGenException(String message, ASTLocusTag locusTag, Throwable cause)
      Constructs a GlueGenException object with the specified detail message and root cause.
  • Method Details