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 V
Task. execute()
Synchronously executes the task.java.lang.Void
TaskGroup. execute()
java.lang.Void
TaskSequence. execute()
-
Uses of TaskExecutionException in org.apache.pivot.web
Subclasses of TaskExecutionException in org.apache.pivot.web Modifier and Type Class Description class
QueryException
Thrown 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 Image
Image.LoadTask. execute()
static Image
Image. load(java.net.URL location)
Load an image from the given URL location, but without any listener.
-