Package org.esa.snap.core.util
Class ThreadRunnable
- java.lang.Object
-
- org.esa.snap.core.util.ThreadRunnable
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected Exception
exception
-
Constructor Summary
Constructors Constructor Description ThreadRunnable()
ThreadRunnable(String description)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Exception
getException()
boolean
hasError()
abstract void
process()
void
run()
void
throwException(Exception e)
-
-
-
Constructor Detail
-
ThreadRunnable
public ThreadRunnable()
-
ThreadRunnable
public ThreadRunnable(String description)
-
-