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_RATEBITSTREAM_ERROR, DECODER_ERROR| Constructor and Description |
|---|
BitstreamException(int errorcode,
Throwable t) |
BitstreamException(String msg,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
static String |
getErrorString(int errorcode) |
getException, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringCopyright © 2016. All Rights Reserved.