FileDocCategorySizeDatePackage
NotConfiguredError.javaAPI DocJMF 2.1.1e786Mon May 12 12:20:38 BST 2003javax.media

NotConfiguredError

public class NotConfiguredError extends MediaError
A NotConfiguredError is thrown when a method that requires a Processor to be in the Configured state is called and the Processor has not yet been Configured.

This typically happens when getTrackControls is invoked on an Unrealized Processor.

see
Processor
since
JMF 2.0

Fields Summary
Constructors Summary
public NotConfiguredError(String reason)
Constructor.

param
reason the reason the exception occured.

       super(reason);
    
Methods Summary