FileDocCategorySizeDatePackage
CannotRealizeException.javaAPI DocJMF 2.1.1e651Mon May 12 12:20:36 BST 2003javax.media

CannotRealizeException

public class CannotRealizeException extends MediaException
A CannotRealizeException is thrown when Manager cannot realize a Player or Processor via the createRealizedPlayer and createRealizedProcessor calls.
version
2.0, 98/05/18.
since
JMF 2.0

Fields Summary
Constructors Summary
public CannotRealizeException()

       super();
   
public CannotRealizeException(String reason)

	super(reason);
    
Methods Summary