CannotRealizeExceptionpublic class CannotRealizeException extends MediaException A CannotRealizeException is thrown when Manager
cannot realize a Player or Processor
via the createRealizedPlayer and
createRealizedProcessor calls. |
Constructors Summary |
---|
public CannotRealizeException()
super();
| public CannotRealizeException(String reason)
super(reason);
|
|