javazoom.jl.decoder

Class BitstreamException

public class BitstreamException extends JavaLayerException implements BitstreamErrors

Instances of BitstreamException are thrown when operations on a Bitstream fail.

The exception provides details of the exception condition in two ways:

  1. as an error-code describing the nature of the error


  2. as the 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
intgetErrorCode()
static StringgetErrorString(int errorcode)

Constructor Detail

BitstreamException

public BitstreamException(String msg, Throwable t)

BitstreamException

public BitstreamException(int errorcode, Throwable t)

Method Detail

getErrorCode

public int getErrorCode()

getErrorString

public static String getErrorString(int errorcode)
JavaZOOM 1999-2005