javazoom.jl.decoder
Class DecoderException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javazoom.jl.decoder.JavaLayerException
|
+--javazoom.jl.decoder.DecoderException
- public class DecoderException
- extends JavaLayerException
- implements DecoderErrors
The DecoderException
represents the class of
errors that can occur when decoding MPEG audio.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
DecoderException
public DecoderException(java.lang.String msg,
java.lang.Throwable t)
DecoderException
public DecoderException(int errorcode,
java.lang.Throwable t)
getErrorCode
public int getErrorCode()
getErrorString
public static java.lang.String getErrorString(int errorcode)