javax.media
Class NoPlayerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.media.MediaException
                    |
                    +--javax.media.NoPlayerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoProcessorException

public class NoPlayerException
extends MediaException

A NoPlayerException is thrown when a Manager can't find a Player for a particular URL or MediaLocator.

Version:
1.3, 02/08/21.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
NoPlayerException()
           
NoPlayerException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoPlayerException

public NoPlayerException()

NoPlayerException

public NoPlayerException(java.lang.String reason)