Package org.gephi.utils.longtask.api
Interface LongTaskErrorHandler
-
public interface LongTaskErrorHandler
Notify interface that can catchException
thrown during an asynchronous task execution.- Author:
- Mathieu Bastian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fatalError(Throwable t)
-
-
-
Method Detail
-
fatalError
void fatalError(Throwable t)
-
-