javax.media
Class NotConfiguredError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--javax.media.MediaError
                    |
                    +--javax.media.NotConfiguredError
All Implemented Interfaces:
java.io.Serializable

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.

Since:
JMF 2.0
See Also:
Processor, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Constructor Summary
NotConfiguredError(java.lang.String reason)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotConfiguredError

public NotConfiguredError(java.lang.String reason)
Constructor.

Parameters:
reason - the reason the exception occured.