Package com.jogamp.gluegen
Class GlueGenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jogamp.common.JogampRuntimeException
com.jogamp.gluegen.GlueGenException
- All Implemented Interfaces:
Serializable
A generic exception for Jogamp errors used throughout the binding
as a substitute for
RuntimeException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a GlueGenException object.GlueGenException(String message) Constructs a GlueGenException object with the specified detail message.GlueGenException(String message, ASTLocusTag locusTag) Constructs a GlueGenException object with the specified detail message and root cause.GlueGenException(String message, ASTLocusTag locusTag, Throwable cause) Constructs a GlueGenException object with the specified detail message and root cause.GlueGenException(String message, Throwable cause) Constructs a GlueGenException object with the specified detail message and root cause.GlueGenException(Throwable cause) Constructs a GlueGenException object with the specified root cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
GlueGenException
public GlueGenException()Constructs a GlueGenException object. -
GlueGenException
Constructs a GlueGenException object with the specified detail message. -
GlueGenException
Constructs a GlueGenException object with the specified detail message and root cause. -
GlueGenException
Constructs a GlueGenException object with the specified root cause. -
GlueGenException
Constructs a GlueGenException object with the specified detail message and root cause. -
GlueGenException
Constructs a GlueGenException object with the specified detail message and root cause.
-
-
Method Details