javazoom.jl.decoder

Class DecoderException

Implemented Interfaces:
DecoderErrors, JavaLayerErrors

public class DecoderException
extends JavaLayerException
implements DecoderErrors

The DecoderException represents the class of errors that can occur when decoding MPEG audio.

Fields inherited from interface javazoom.jl.decoder.DecoderErrors

UNKNOWN_ERROR, UNSUPPORTED_LAYER

Fields inherited from interface javazoom.jl.decoder.JavaLayerErrors

BITSTREAM_ERROR, DECODER_ERROR

Constructor Summary

DecoderException(String msg, Throwable t)
DecoderException(int errorcode, Throwable t)

Method Summary

int
getErrorCode()
static String
getErrorString(int errorcode)

Methods inherited from class javazoom.jl.decoder.JavaLayerException

getException, printStackTrace, printStackTrace

Constructor Details

DecoderException

public DecoderException(String msg,
                        Throwable t)

DecoderException

public DecoderException(int errorcode,
                        Throwable t)

Method Details

getErrorCode

public int getErrorCode()

getErrorString

public static String getErrorString(int errorcode)

JavaZOOM 1999-2005