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 Stringdescriptionprotected Exceptionexception
-
Constructor Summary
Constructors Constructor Description ThreadRunnable()ThreadRunnable(String description)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ExceptiongetException()booleanhasError()abstract voidprocess()voidrun()voidthrowException(Exception e)
-
-
-
Constructor Detail
-
ThreadRunnable
public ThreadRunnable()
-
ThreadRunnable
public ThreadRunnable(String description)
-
-