All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----javax.media.MediaException | +----javax.media.IncompatibleSourceException
IncompatibleSourceException
is thrown
by a MediaHandler
when setSource
is invoked and the MediaHandler
cannot
support the DataSource
.
public IncompatibleSourceException()
public IncompatibleSourceException(String reason)
All Packages Class Hierarchy This Package Previous Next Index