public class BitstreamException extends JavaLayerException implements BitstreamErrors
BitstreamException
are thrown
when operations on a Bitstream
fail.
The exception provides details of the exception condition in two ways:
Throwable
instance, if any, that was thrown
indicating that an exceptional condition has occurred.
BITSTREAM_LAST, INVALIDFRAME, STREAM_EOF, STREAM_ERROR, UNEXPECTED_EOF, UNKNOWN_ERROR, UNKNOWN_SAMPLE_RATE
BITSTREAM_ERROR, DECODER_ERROR
Constructor and Description |
---|
BitstreamException(int errorcode,
java.lang.Throwable t) |
BitstreamException(java.lang.String msg,
java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
static java.lang.String |
getErrorString(int errorcode) |
getException, printStackTrace, printStackTrace