|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javazoom.jl.decoder.JavaLayerException
javazoom.jl.decoder.DecoderException
public class DecoderException
The DecoderException represents the class of
errors that can occur when decoding MPEG audio.
| 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 | |
|---|---|
DecoderException(int errorcode,
Throwable t)
|
|
DecoderException(String msg,
Throwable t)
|
|
| Method Summary | |
|---|---|
int |
getErrorCode()
|
static String |
getErrorString(int errorcode)
|
| Methods inherited from class javazoom.jl.decoder.JavaLayerException |
|---|
getException, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DecoderException(String msg,
Throwable t)
public DecoderException(int errorcode,
Throwable t)
| Method Detail |
|---|
public int getErrorCode()
public static String getErrorString(int errorcode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||