BadHeaderExceptionpublic class BadHeaderException extends MediaException A BadHeaderException is thrown
by a Demultiplexer when getTracks
is invoked and the header information is incomplete
or inconsistent.
|
Constructors Summary |
---|
public BadHeaderException()Creates a simple exception object.
super();
| public BadHeaderException(String reason)Creates an exception object with a specific reason.
super(reason);
|
|