FileDocCategorySizeDatePackage
NotRealizedError.javaAPI DocJMF 2.1.1e694Mon May 12 12:20:38 BST 2003javax.media

NotRealizedError

public class NotRealizedError extends MediaError
NotRealizedError is thrown when a method that requires a Controller to be in the Realized state is called and the Controller is not Realized.

For example, this can happen when getComponents is called on an Unrealized  Player.

see
Controller
see
Player
version
1.2, 02/08/21.

Fields Summary
Constructors Summary
public NotRealizedError(String reason)

       super(reason);
    
Methods Summary