All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.media.NoPlayerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javax.media.MediaException
                           |
                           +----javax.media.NoPlayerException

public class NoPlayerException
extends MediaException
A NoPlayerException is thrown when a PlayerFactory can't find a Player for a particular URL or MediaLocator.

Version:
1.8, 97/08/23.

Constructor Index

 o NoPlayerException()
 o NoPlayerException(String)

Constructors

 o NoPlayerException
 public NoPlayerException()
 o NoPlayerException
 public NoPlayerException(String reason)

All Packages  Class Hierarchy  This Package  Previous  Next  Index