Serializable
GlueGenException
, InterruptedRuntimeException
public class JogampRuntimeException extends RuntimeException
RuntimeException
.Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JogampRuntimeException()
public JogampRuntimeException(String message)
public JogampRuntimeException(String message, Throwable cause)
public JogampRuntimeException(Throwable cause)