public interface IRunnableWithException extends Runnable
A Runnable
that has a result that is accessible via #getResult()
.
Concrete implementations should be subclasses of AbstractRunnableWithException
.
AbstractRunnableWithException
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Returns an occurred exception.
|
Exception getException()