Package javazoom.jl.decoder
Interface JavaLayerErrors
- All Known Subinterfaces:
BitstreamErrors,DecoderErrors
- All Known Implementing Classes:
Bitstream,BitstreamException,Decoder,DecoderException
public interface JavaLayerErrors
Exception erorr codes for components of the JavaLayer API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe first bitstream error code.static final intThe first decoder error code.
-
Field Details
-
BITSTREAM_ERROR
static final int BITSTREAM_ERRORThe first bitstream error code. See theDecoderErrorsinterface for other bitstream error codes.- See Also:
-
DECODER_ERROR
static final int DECODER_ERRORThe first decoder error code. See theDecoderErrorsinterface for other decoder error codes.- See Also:
-