Package javazoom.jl.decoder
Class DecoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javazoom.jl.decoder.JavaLayerException
-
- javazoom.jl.decoder.DecoderException
-
- All Implemented Interfaces:
java.io.Serializable
,DecoderErrors
,JavaLayerErrors
public class DecoderException extends JavaLayerException implements DecoderErrors
TheDecoderException
represents the class of errors that can occur when decoding MPEG audio.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface javazoom.jl.decoder.DecoderErrors
ILLEGAL_SUBBAND_ALLOCATION, UNKNOWN_ERROR, UNSUPPORTED_LAYER
-
Fields inherited from interface javazoom.jl.decoder.JavaLayerErrors
BITSTREAM_ERROR, DECODER_ERROR
-
-
Constructor Summary
Constructors Constructor Description DecoderException(int errorcode, java.lang.Throwable t)
DecoderException(java.lang.String msg, java.lang.Throwable t)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
static java.lang.String
getErrorString(int errorcode)
-
Methods inherited from class javazoom.jl.decoder.JavaLayerException
getException, printStackTrace, printStackTrace
-
-