Uses of Class
org.apache.pivot.util.concurrent.TaskExecutionException
-
Packages that use TaskExecutionException Package Description org.apache.pivot.util.concurrent Provides a set of classes to simplify the execution of background tasks.org.apache.pivot.web Provides classes for communicating with HTTP-based web services.org.apache.pivot.wtk.media Contains classes that provide multimedia support. -
-
Uses of TaskExecutionException in org.apache.pivot.util.concurrent
Methods in org.apache.pivot.util.concurrent that throw TaskExecutionException Modifier and Type Method Description abstract VTask. execute()Synchronously executes the task.java.lang.VoidTaskGroup. execute()java.lang.VoidTaskSequence. execute() -
Uses of TaskExecutionException in org.apache.pivot.web
Subclasses of TaskExecutionException in org.apache.pivot.web Modifier and Type Class Description classQueryExceptionThrown when an error occurs while executing a web query. -
Uses of TaskExecutionException in org.apache.pivot.wtk.media
Methods in org.apache.pivot.wtk.media that throw TaskExecutionException Modifier and Type Method Description ImageImage.LoadTask. execute()static ImageImage. load(java.net.URL location)Load an image from the given URL location, but without any listener.
-