SerializableGlueGenException, InterruptedRuntimeExceptionpublic 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, waitaddSuppressed, 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)