javazoom.jl.decoder

Class DecoderException

public class DecoderException extends JavaLayerException implements DecoderErrors

The DecoderException represents the class of errors that can occur when decoding MPEG audio.
Constructor Summary
DecoderException(String msg, Throwable t)
DecoderException(int errorcode, Throwable t)
Method Summary
intgetErrorCode()
static StringgetErrorString(int errorcode)

Constructor Detail

DecoderException

public DecoderException(String msg, Throwable t)

DecoderException

public DecoderException(int errorcode, Throwable t)

Method Detail

getErrorCode

public int getErrorCode()

getErrorString

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