FileDocCategorySizeDatePackage
NotPrefetchedError.javaAPI DocJMF 2.1.1e720Mon May 12 12:20:38 BST 2003javax.media

NotPrefetchedError

public class NotPrefetchedError extends MediaError
NotPrefetchedError is thrown when a method that requires a Controller to be in the Prefetched state is called and the Controller has not been Prefetched.

This typically happens when syncStart is invoked on a Stopped Controller that hasn't been Prefetched.

see
Controller
version
1.2, 02/08/21.

Fields Summary
Constructors Summary
public NotPrefetchedError(String reason)

       super(reason);
    
Methods Summary