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:
Serializable
,DecoderErrors
,JavaLayerErrors
The
DecoderException
represents the class of
errors that can occur when decoding MPEG audio.- See Also:
-
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
ConstructorsConstructorDescriptionDecoderException
(int errorcode, Throwable t) DecoderException
(String msg, Throwable t) -
Method Summary
Methods inherited from class javazoom.jl.decoder.JavaLayerException
getException, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecoderException
-
DecoderException
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
getErrorString
-