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.
-
NoPlayerException()
-
-
NoPlayerException(String)
-
NoPlayerException
public NoPlayerException()
NoPlayerException
public NoPlayerException(String reason)
All Packages Class Hierarchy This Package Previous Next Index