public class JogampRuntimeException extends RuntimeException
RuntimeException.| Constructor and Description |
|---|
JogampRuntimeException()
Constructs a JogampRuntimeException object.
|
JogampRuntimeException(String message)
Constructs a JogampRuntimeException object with the specified detail
message.
|
JogampRuntimeException(String message,
Throwable cause)
Constructs a JogampRuntimeException object with the specified detail
message and root cause.
|
JogampRuntimeException(Throwable cause)
Constructs a JogampRuntimeException object with the specified root
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JogampRuntimeException()
public JogampRuntimeException(String message)
public JogampRuntimeException(String message, Throwable cause)
public JogampRuntimeException(Throwable cause)