Package javazoom.jl.decoder
Class BitstreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javazoom.jl.decoder.JavaLayerException
javazoom.jl.decoder.BitstreamException
- All Implemented Interfaces:
Serializable
,BitstreamErrors
,JavaLayerErrors
Instances of
BitstreamException
are thrown
when operations on a Bitstream
fail.
The exception provides details of the exception condition in two ways:
- as an error-code describing the nature of the error
-
as the
Throwable
instance, if any, that was thrown indicating that an exceptional condition has occurred.
- Since:
- 0.0.6
- See Also:
-
Field Summary
Fields inherited from interface javazoom.jl.decoder.BitstreamErrors
BITSTREAM_LAST, INVALIDFRAME, STREAM_EOF, STREAM_ERROR, UNEXPECTED_EOF, UNKNOWN_ERROR, UNKNOWN_SAMPLE_RATE
Fields inherited from interface javazoom.jl.decoder.JavaLayerErrors
BITSTREAM_ERROR, DECODER_ERROR
-
Constructor Summary
ConstructorsConstructorDescriptionBitstreamException
(int errorcode, Throwable t) BitstreamException
(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
-
BitstreamException
-
BitstreamException
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
getErrorString
-