javazoom.jl.decoder
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.
Since: 0.0.6
Constructor Summary | |
---|---|
BitstreamException(String msg, Throwable t) | |
BitstreamException(int errorcode, Throwable t) |
Method Summary | |
---|---|
int | getErrorCode() |
static String | getErrorString(int errorcode) |