|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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| Constructor Summary | |
NotConfiguredError(java.lang.String reason)
Constructor. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||