javax.media
Class CannotRealizeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.media.MediaException
                    |
                    +--javax.media.CannotRealizeException
All Implemented Interfaces:
java.io.Serializable

public class CannotRealizeException
extends MediaException

A CannotRealizeException is thrown when Manager cannot realize a Player or Processor via the createRealizedPlayer and createRealizedProcessor calls.

Since:
JMF 2.0
Version:
2.0, 98/05/18.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CannotRealizeException()
           
CannotRealizeException(java.lang.String reason)
           
 
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

CannotRealizeException

public CannotRealizeException()

CannotRealizeException

public CannotRealizeException(java.lang.String reason)