29package com.jogamp.common;
35@SuppressWarnings(
"serial")
51 super(message, cause);
A generic unchecked exception for Jogamp errors used throughout the binding as a substitute for Runti...
JogampRuntimeException()
Constructs a JogampRuntimeException object.
JogampRuntimeException(final Throwable cause)
Constructs a JogampRuntimeException object with the specified root cause.
JogampRuntimeException(final String message)
Constructs a JogampRuntimeException object with the specified detail message.
JogampRuntimeException(final String message, final Throwable cause)
Constructs a JogampRuntimeException object with the specified detail message and root cause.