29package com.jogamp.common.util;
31import com.jogamp.common.JogampRuntimeException;
46@SuppressWarnings(
"serial")
78 return (InterruptedException)super.getCause();
A generic unchecked exception for Jogamp errors used throughout the binding as a substitute for Runti...
Unchecked exception propagating an InterruptedException where handling of the latter is not desired.
InterruptedException getCause()
Returns the propagated InterruptedException, i.e.
InterruptedRuntimeException(final String message, final InterruptedException cause)
Constructor attempts to wrap the given InterruptedException cause into a SourcedInterruptedException.
InterruptedRuntimeException(final InterruptedException cause)
Constructor attempts to wrap the given InterruptedException cause into a SourcedInterruptedException.
InterruptedException, which may include the source, see getInterruptSource().
static InterruptedException wrap(final InterruptedException ie)
Wraps the given InterruptedException into a SourcedInterruptedException if it is not yet of the desir...