FileDocCategorySizeDatePackage
BadHeaderException.javaAPI DocJMF 2.1.1e751Mon May 12 12:20:38 BST 2003javax.media

BadHeaderException

public class BadHeaderException extends MediaException
A BadHeaderException is thrown by a Demultiplexer when getTracks is invoked and the header information is incomplete or inconsistent.

Fields Summary
Constructors Summary
public BadHeaderException()
Creates a simple exception object.

	super();
    
public BadHeaderException(String reason)
Creates an exception object with a specific reason.

param
reason a user readable string that describes the reason for the exception.

	super(reason);
    
Methods Summary