javazoom.jl.decoder
Interface DecoderErrors

All Superinterfaces:
JavaLayerErrors
All Known Implementing Classes:
Decoder, DecoderException

public interface DecoderErrors
extends JavaLayerErrors

This interface provides constants describing the error codes used by the Decoder to indicate errors.


Field Summary
static int UNKNOWN_ERROR
           
static int UNSUPPORTED_LAYER
          Layer not supported by the decoder.
 
Fields inherited from interface javazoom.jl.decoder.JavaLayerErrors
BITSTREAM_ERROR, DECODER_ERROR
 

Field Detail

UNKNOWN_ERROR

public static final int UNKNOWN_ERROR
See Also:
Constant Field Values

UNSUPPORTED_LAYER

public static final int UNSUPPORTED_LAYER
Layer not supported by the decoder.

See Also:
Constant Field Values


JavaZOOM 1999-2004