All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.media.IncompatibleSourceException

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

public class IncompatibleSourceException
extends MediaException
An IncompatibleSourceException is thrown by a MediaHandler when setSource is invoked and the MediaHandler cannot support the DataSource.

Version:
1.2, 97/08/23.
See Also:
DataSource, MediaHandler, Manager

Constructor Index

 o IncompatibleSourceException()
 o IncompatibleSourceException(String)

Constructors

 o IncompatibleSourceException
 public IncompatibleSourceException()
 o IncompatibleSourceException
 public IncompatibleSourceException(String reason)

All Packages  Class Hierarchy  This Package  Previous  Next  Index