| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--javax.media.MediaError
                    |
                    +--javax.media.NotConfiguredError
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.
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 | 
public NotConfiguredError(java.lang.String reason)
reason - the reason the exception occured.
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||